see title :D
I'd love to see es.mathparse() returning a value so it can be used for example like this:
result = es.mathparse("2 ^ 10")
I'd love to see es.mathparse() returning a value so it can be used for example like this:
result = es.mathparse("2 ^ 10")
Isn't that unncesseary since you can use
result = 2 ** 10?
result = 2 ** 10?
SuperDave posted on 2008-04-08 21:49:23
There's also the math module:
http://www.python.org/doc/2.3....-math.html
http://www.python.org/doc/2.3....-math.html




Omega_K2 posted on 2008-03-14 06:15:35