GRAPHICS CALCULATOR
...FAQ...
-
To plot the curve of a function, enter the desired expression in standard mathematical notation using x as the variable. Multiplication is natural, so there's no need to put a multiplication operator between numbers and variables. The function plotter follows the common rules of math notation and order of operation. Expressions inside parentheses have increased precedence, while multiplication and division have higher precedence than addition and substraction. If there is any error in the expression typed, the formula will turn red until fixed.
-
To zoom the graph in or out, pinch with two fingers.
-
To pan the graph in real-time, drag it with one finger.
-
To plot several functions, separate their formula with a semi-colon ";"
Example: 3x ; cos(x+1)
-
To switch between plain calculator mode and graphing mode, press the MODE buttons.
-
To discover the coordinates of a local function extremum, double-tap over the target. A balloon will instantly appear, revealing the nature of the selected extremum ("minimum" or "maximum") and its computed coordinates as shown below.

The following operators are supported:
| + |
Addition |
| - |
Subtraction |
| * |
Multiplication |
| / |
Division |
| ^ |
Raise to power |
The following classic functions are supported:
| abs(x) |
Absolute value |
| acos(x) |
Inverse of cos(x) |
| acosh(x) |
Inverse of cosh(x) |
| asin(x) |
Inverse of sin(x) |
| asinh(x) |
Inverse of sinh(x) |
| atan(x) |
Inverse of tan(x) |
| atanh(x) |
Inverse of tanh(x) |
| cbrt(x) |
Cubic root |
| cos(x) |
Cosine |
| cosh(x) |
Hyperbolic cosine |
| cot(x) |
Cotangent |
| csc(x) |
Cosecant, equivalent to 1/sin(x) |
| exp(x) |
Exponential Function, equivalent to e^x |
| floor(x) |
Rounds argument down |
| ln(x) |
Natural logarithm, with base e (where e is Euler's constant) |
| log(x) |
Base 10 logarithm |
| sec(x) |
Secant, equivalent to 1/cos(x) |
| sgn(x) |
Sign function (0 for x = 0, -1 for x < 0, 1 for x > 0) |
| sin(x) |
Sine |
| sinh(x) |
Hyperbolic sine |
| sqrt(x) |
Square root |
| tan(x) |
Tangent |
| tanh(x) |
Hyperbolic tangent |
|
...Support...
|
|