aamath – ASCII art mathematics renderer
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:
mika@grml ~ % aamath
aamath version 0.3
aamath> grml = sqrt(42*23)/11^pi
_____
\/42 23
grml = -------
__
||
11
aamath>
I created a Debian package, it’s available through the grml-repository.