Commit graph

4 commits

Author SHA1 Message Date
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
Thomas Klausner
8aa8275f35 Fix destdir installation. 2009-04-29 11:05:14 +00:00
Thomas Klausner
7fd81f67e2 Mark as not make-jobs-safe. 2009-04-27 21:40:42 +00:00
Emil Sköldberg
0870b946f7 Import aamath-0.3 as wip/aamath.
aamath is a program that reads mathematical expressions in infix
notation and renders them as ASCII art. It may be useful to send
mathematics through text-only media, such as e-mail or newsgroups.

As a simple example, the output for an expression such as

     	    A_OPR = x*sqrt(x^2-1)/2 - int(sqrt(t^2-1), t = 1 .. x)

will look like

                        x
            ______     /
           / 2        |    ______
       x \/ x  - 1    |   / 2
A    = ----------- -  | \/ t  - 1 dt
 OPR        2         |
                      |
                     /
                      1

Other than the usual operations (addition, subtraction,
multiplication, division, and exponentiation), aamath can also handle
functions, integrals, limits, sums, products, matrices and
vectors.
2009-04-02 16:51:09 +00:00