> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/mathematical-functions.md).

# Mathematical functions

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