Basic Arithmetic
The functions here are the basic arithmetic operations that you might find on a calculator.
- CubeRoot — compute cube root of a number
- Divide — divide a number
- Minus — perform an arithmetic negation on a number
- Plus — add a number
- Power — exponentiate a number
- Sqrt — take the square root of a number
- Subtract — subtract from a number
- Times — multiply a number