maths online mini-calculator Help

This calculator accepts the input of functions and operators according to the programming language JavaScript.

Powers may be written as xn or pow(x,n). (Example: 5^2 gives 25).
Functions (among others): sqrt, exp, log, sin, cos, tan, asin, acos, atan, min, max, gamma.
Constants (among others): E, PI.
Factorial: with exclamation mark (Example: 4! gives 24).
Symbols: You may use definitions (like x=2.5) and multiple statements like
x=2.5;  y=3;  y + x^2.


maths online