johnRedden / OpenGraph

Open Source Graphing Calculator Web App
http://www.opengraphingcalculator.com/
MIT License
20 stars 4 forks source link

Standalone Pi does not evaluate #80

Closed johnRedden closed 9 years ago

johnRedden commented 9 years ago

Stand alone pi does not evaluate to but pi -1 does? Also, functions of pi do evaluate. image

sin(pi) works well pi^2 is not working at all... got to track this down.

johnRedden commented 9 years ago

pi^x does not graph but pi^(x-1) does graph.

johnRedden commented 9 years ago

Functions of pi^x graph nicely... image

pgonzbecer commented 9 years ago

You just needed to invoke a space for some reason, it should evaluate now