|
tobi(at)vonloesch.de
|
Mathematicsaamath for windowsHere you can download a compiled version of aamath. aamath is a small command line proggi, which renders mathematical expressions into ASCII art suitable for e.g. emails or simple texts. It was written by Mauro Persano. Download aamath 0.2 for windows Example:Input:e^x = 1 + x + x^2/2! + x^3/3! + x^4/4! + ... = 1 + sum(x^n/n!, n = 1 .. inf)
oo
2 3 4 ===== n
x x x x \ x
|