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 functionsFunctions 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)
|