Graph Plotter

Visualize mathematical functions and equations

Example Functions:

  • x*x - Quadratic function
  • Math.sin(x) - Sine wave
  • Math.cos(x) - Cosine wave
  • Math.exp(x) - Exponential
  • Math.log(x) - Natural logarithm
  • 1/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.