/Desmos

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

Primary LanguageJavaScript

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