Skip to content

Simple graphing calculator made for HTML5 Canvas API learning purposes I made in high school era

Notifications You must be signed in to change notification settings

pnemi/graphulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,

About

Simple graphing calculator made for HTML5 Canvas API learning purposes I made in high school era

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published