Function Plotter

Type any expression and see it graphed live. Plot up to 3 functions and hover to read values.

Functions

2Ο€

Syntax

Ops+ - * / ^
Trigsin cos tan
Othersqrt ln exp abs
Constpi e

The Math Behind It

Supported Functions

  • Trig: sin, cos, tan, asin, acos, atan
  • Hyperbolic: sinh, cosh, tanh
  • Logarithmic: ln (natural log), log10, log2
  • Other: sqrt, abs, exp, floor, ceil, sign
  • Constants: pi (Ο€ = 3.14159...), e (2.71828...)
  • Implicit multiplication: 2x means 2Β·x, 2sin(x) means 2Β·sin(x)

Try This

  • Plot sin(x) and cos(x) together β€” notice they're shifted by Ο€/2
  • Plot x^2 and x^3 β€” see how they differ for |x| < 1 vs |x| > 1
  • Plot 1/x β€” notice the vertical asymptote at x=0
  • Plot sin(x)/x β€” the famous sinc function
  • Hover over the graph to read exact function values at any point