1 aamath is a program that reads mathematical expressions in infix
2 notation and renders them as ASCII art. It may be useful to send
3 mathematics through text-only media, such as e-mail or newsgroups.
5 As a simple example, the output for an expression such as
7 A_OPR = x*sqrt(x^2-1)/2 - int(sqrt(t^2-1), t = 1 .. x)
15 A = ----------- - | \/ t - 1 dt
21 Other than the usual operations (addition, subtraction,
22 multiplication, division, and exponentiation), aamath can also handle
23 functions, integrals, limits, sums, products, matrices and