Samuel Tenka

Grapher

This is just an intermediate step in my desire to understand Nomograms. Inputs should be in reverse polish notation: for example, type x x sin + for $x+\sin(x)$, and x x * log 2 / exp for $\exp(\log(x*x)/2) = |x|$.


no error yet...
no error yet...
The hardest part was to write a parser. Check out this page's Javascript code for details!