List of operators supported

If you want a particular operator supported then mail me at keith@skynet.ul.ie

OperatorDefinition
+ , - , / , * add, subtract, divide, multiply
x ^ y '^' returns x raised to the power of y.
Cos(x),Sin(x),Tan(x) Cosine,Sine,Tangent of x (in Radians)
Exp(x) The exp() function returns the value of e (the base of natural logarithms) raised to the power of x.
Log(x) The log() function returns the natural logarithm of x.
Root(x) The Root() function returns the square root of x.


keith@skynet.ul.ie