Graph Plotter
Visualize mathematical functions and equations
Example Functions:
x*x
- Quadratic functionMath.sin(x)
- Sine waveMath.cos(x)
- Cosine waveMath.exp(x)
- ExponentialMath.log(x)
- Natural logarithm1/x
- Reciprocal function
📈Formula
y = f(x)
💡How it works
Input any JavaScript mathematical expression using x as the variable. The calculator will plot the function for the given range of x values.