x**3 - 2 * x
2 * cos(x)
e ** (x / -5) * sin(x)
xMin = pi * -2
xMax = pi * 2
xScale = pi / 2
Accelerator | Function | ![]() |
Define functions |
---|---|
![]() |
Zoom in |
![]() |
Zoom out |
![]() |
Reset zoom |
![]() |
Fullscreen |
![]() |
Menu |
Operator | Description | +, -, *, / | Plus, minus, multiply, divide |
---|---|
// | Integer divide. (eg 3/2 = 1) |
**, ^ | Raise to the power of |
% | Remainder |
acos() | asin() | atan() |
atan2() | ceil() | cos() |
cosh() | degrees() | exp() |
fabs() | floor() | fmod() |
frexp() | hypot() | ldexp() |
og() | log10() | modf() |
pow() | radians() | sin() |
sinh() | sqrt() | tan() |
tanh() |
Function | Description | fac(x) | Factorial of x (or x!). Note: only works with positive integers |
---|---|
sinc(x) | sin(x)/x |