# Mathematical functions

- [ABS](/version-1.52-preview/clearlines-functions/mathematical-functions/abs.md): Returns the absolute value of a number.
- [DECTOHEX](/version-1.52-preview/clearlines-functions/mathematical-functions/dectohex.md): Returns the hexidecimal representation of a number.
- [EXP](/version-1.52-preview/clearlines-functions/mathematical-functions/exp.md): Returns Euler's number e (2.7182...) raised by an exponent.
- [LN](/version-1.52-preview/clearlines-functions/mathematical-functions/ln.md): Returns the "natural logarithm" of a number, base e (Euler’s number 2.7182...).
- [LOG](/version-1.52-preview/clearlines-functions/mathematical-functions/log.md): Returns the logarithm to a specified base.
- [MAX](/version-1.52-preview/clearlines-functions/mathematical-functions/max.md): Returns the maximum of numers in a range.
- [MIN](/version-1.52-preview/clearlines-functions/mathematical-functions/min.md): Returns the minimum of numers in a range.
- [MOD](/version-1.52-preview/clearlines-functions/mathematical-functions/mod.md): Returns the remainder after dividing a number by another number.
- [MROUND](/version-1.52-preview/clearlines-functions/mathematical-functions/mround.md): Rundet eine Zahl auf das nächste Vielfache einer anderen Zahl.
- [NUMBER](/version-1.52-preview/clearlines-functions/mathematical-functions/number.md): Converts a value into value type “number”.
- [PI](/version-1.52-preview/clearlines-functions/mathematical-functions/pi.md): Returns PI, as number 3.1415926....
- [RAND](/version-1.52-preview/clearlines-functions/mathematical-functions/rand.md): Returns a random number.
- [ROUND](/version-1.52-preview/clearlines-functions/mathematical-functions/round.md): Rounds a number to a defined number of digits.
- [SQRT](/version-1.52-preview/clearlines-functions/mathematical-functions/sqrt.md): Returns the square root of a number.
- [SUM](/version-1.52-preview/clearlines-functions/mathematical-functions/sum.md): Returns the sum of numers in a range.
