Functions
Calcul.io offers plethora of useful functions that you can use in your calculations.
Currently, there's over 200 functions available
Complete overview of all available functionsMath.js Functions
Functions usually take a parameter or more.
| @1 |
divide(4,2)
|
|
| @2 |
4/2
|
Some functions work only with a text input. Enclose the parameter in quotes to get a proper result.
| @1 |
simplify("3 + 2 / 4")
|
|
| @2 |
simplify(3 + 2 / 4)
|
Aggregate Functions
Aggregate functions operate on all previous consecutive non-empty lines to calculate statistical values.
These functions stop at empty lines or other aggregate functions, allowing you to create multiple independent calculation groups.
Learn more about Aggregate Functions