Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 915 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 915 Bytes

Graphulator ~ Graphing calculator

Features

  • made for HTML5 Canvas demonstration purposes
  • multiple expressions / graphs
  • zooming and panning

Supports

constant functions: f(x) = x

linear functions: f(x) = ax + b

quadratic functions: f(x) = ax^2 + bx + c

exponential functions: f(x) = e^x

polynomial functions of nth degree a_n x^n + a_{n-1}x^{n-1} + \dotsb + a_2 x^2 + a_1 x + a_0,