Renders mathematical expressions as ASCII art for terminal display
Renders mathematical expressions as ASCII art
aamath
$ aamath '1/2'
$ aamath 'x = (-b +- sqrt(b^2 - 4ac)) / 2a'
$ aamath 'integral(x^2, 0, 1)'