Function List Help About

Add Function

Help

Symbol

Plus : +
Minus : -
Product : *
Division : /

Function

Power : pow(x, n)
Natural Logarithm : log(x)
Trigonometric : sin(x), cos(x), tan(x), arcsin(x), arccos(x), arctan(x)
Absolute : abs(x)
Floor : floor(x)
Ceil : ceil(x)
Round : round(x)

Constant

PI, E

Example

y = log(x)
y = arctan(x)
y = 1/(1-pow(E, x/(1-x)))

Operation

Double-click canvas to move coordinate plane.

About

JfuncDiagraph v0.4.1

JfuncDiagraph is a mathematical function diagraph written by javascript.

Copyright © 2012 oglen.net. All rights reserved.

Add Function