Calculator

Variables and their Values,
p. e: "var x=2, y=Pi/x, z=Math.exp(1)"
(The token "var" may be omitted. The variables can be separated by placing them on different lines.)

Mathematical Expression.
Mathematical functions are to be prefixed by "Math.". The function call "cos(x)" should read "Math.cos(x)".

Result

 

               BACK