Sample expressions

To enter an expression cointaining letters, such as sin(x), use the ⇳ key on the basic keypad. It toggles opened/closed the letter keypad.

Predefined functions

Logarithms and power

Trigonometric - radians

Trigonometric - degrees

Hyperbolic

Other

Complex numbers

i or j is the complex base. Example:

Operators

Tips

Derivative

It is possible to compute the first derivative of a function with one argument using the prime notation: log'(5).

The prime mark (quote) must appear immediately after the name of the function, and must be followed by open-parentheses.

The derivative may be plotted e.g. sqrt'(x).

To compute the derivative of an expression you must define the expression as a named function: E.g. f(x)=x^3+x^2+1, followed by f'(x).

Multi plot

To plot multiple functions on the same 2d graph, simply enter them on the same line separated by ";". E.g. x;x^2;2

Binary, octal, hexadecimal

You can enter values in binary, octal or hexadecimal by prefixing them with 0b, 0o or 0x respectivelly, such as: Right now it is not possible to do the reverse operation, i.e. display a result in a non-decimal base.

About

Arity Calculator was written by Mihai Preda, and is open source. It uses the "Arity" arithmetic library. Enjoy!