Infix to Postfix
This is a version of the first program supporting
a variable (x), negation, parenthasis, and functions
in the infix field. Now also supports multi-digit numbers and decimals.
Here are the functions:
sin = s()
cos = c()
abs val. = a()
log = l()
sqr. root = r()