Formulas

f(x) colour

Values

Hover over the graph to show the values at that x position. Click to freeze at the current position.

x=

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)).