x=
Hover over the graph to show the values at that x position. Click to freeze at the current position.
Please Note:
The evaluator works with Javascript syntax and
operators, so if you
wish to use powers or trigonometric functions (x^2 or sin(x)) make sure you use their
equivalent Javascript
functions (Math.pow(x,2) and Math.sin(x)).