Graph Toy v0.1 by Inigo Quilez 2010 (iq/rgba), http://www.iquilezles.org
Simple on-line graph visualizer

Render
(0.0, 0.0) Range: Size:







Sorry, GraphToy cannot start...

You need a modern browser to run GraphToy






Graphs








Help
Formulas:
  • operators: +, -, *, /, %, ()
  • trigonometric: cos(x), sin(x), tan(x), acos(x), asin(x), atan(x), atan2(x,y)
  • exponential: sqrt(x), inversesqrt(x), exp(x), pow(x,y), log(x)
  • rounding: ceil(x), floor(x), round(x), frac(x)
  • range: abs(x), sign(x), max(x,y), min(x,y), clamp(x,a,b), step(a,x), smoothstep(a,b,x)
  • mixing: mix(a,b,x), over(x,y)
  • signals: tri(a,x), sqr(a,x), noise(x), cellnoise(x), random()
  • others: radians(degrees), degrees(radians)
  • constants: PI, E, LN10, LN2, LOG10E, LOG2E, SQRT2, SQRT1_2

Application:
  • Pan the graphs with the Left Mouse Button (in Free mode)
  • Zoom into the graphs with Shif + Left Mouse Button (in Free mode)