User-Defined Functions

Currently, you can define your own functions in the standard mathematical syntax, like this:

    f(x)=sin(x)-cos(x)/2

Note that there are a couple of limitations:

Go Back