Skip to content

https://www.desmos.com/calculator clone with vanilla javascript, using for learning Math such as drawing graphs.

Notifications You must be signed in to change notification settings

SilverTD/Desmos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desmos

https://www.desmos.com/calculator clone with vanilla javascript, using for learning Math such as drawing graphs.

Written by SilverbossTD (duycntsilverboss@gmail.com).

Language: Javascript.

How to use

To use, simply write the function in the input box and then press Enter

There are 2 interpretation types:

Javascript eval
Math.sqrt(1 - Math.pow((Math.abs(x) - 1), 2))
Math.pow(x, 2/3) + Math.pow(0.9 * (3.3 - Math.pow(x, 2)), 1/2) * Math.sin(10 * Math.pi * x)
Math.js
sqrt(1 - (abs(x) - 1)^2)
3x^2 - 5x + 9

Some images

img1 img2

About

https://www.desmos.com/calculator clone with vanilla javascript, using for learning Math such as drawing graphs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published