# Mathematical functions

- [ABS](/nedyx/clearlines-functions/mathematical-functions/abs.md): Returns the absolute value of a number.
- [BINTODEC](/nedyx/clearlines-functions/mathematical-functions/bintodec.md): Returns a decimal number from a binary value.
- [BINTOHEX](/nedyx/clearlines-functions/mathematical-functions/bintohex.md): Returns the hexidecimal representation of a binary value.
- [COS](/nedyx/clearlines-functions/mathematical-functions/cos.md): Returns the cosine of a given angle.
- [COT](/nedyx/clearlines-functions/mathematical-functions/cot.md): Returns the cotangent of a given angle.
- [DECTOBIN](/nedyx/clearlines-functions/mathematical-functions/dectobin.md): Returns the binary representation of a decimal number.
- [DECTOHEX](/nedyx/clearlines-functions/mathematical-functions/dectohex.md): Returns the hexidecimal representation of a number.
- [EXP](/nedyx/clearlines-functions/mathematical-functions/exp.md): Returns Euler's number e (2.7182...) raised by an exponent.
- [HEXTOBIN](/nedyx/clearlines-functions/mathematical-functions/hextobin.md): Returns a binary value from a hexadecimal value.
- [HEXTODEC](/nedyx/clearlines-functions/mathematical-functions/hextodec.md): Returns a decimal number from a hexadecimal value.
- [LN](/nedyx/clearlines-functions/mathematical-functions/ln.md): Returns the "natural logarithm" of a number, base e (Euler’s number 2.7182...).
- [LOG](/nedyx/clearlines-functions/mathematical-functions/log.md): Returns the logarithm to a specified base.
- [MAX](/nedyx/clearlines-functions/mathematical-functions/max.md): Returns the maximum of numers in a range.
- [MIN](/nedyx/clearlines-functions/mathematical-functions/min.md): Returns the minimum of numers in a range.
- [MOD](/nedyx/clearlines-functions/mathematical-functions/mod.md): Returns the remainder after dividing a number by another number.
- [MROUND](/nedyx/clearlines-functions/mathematical-functions/mround.md): Rundet eine Zahl auf das nächste Vielfache einer anderen Zahl.
- [NUMBER](/nedyx/clearlines-functions/mathematical-functions/number.md): Converts a value into value type “number”.
- [PI](/nedyx/clearlines-functions/mathematical-functions/pi.md): Returns PI, as number 3.1415926....
- [RAND](/nedyx/clearlines-functions/mathematical-functions/rand.md): Returns a random number.
- [ROUND](/nedyx/clearlines-functions/mathematical-functions/round.md): Rounds a number to a defined number of digits.
- [SIN](/nedyx/clearlines-functions/mathematical-functions/sin.md): Returns the sine of a given angle.
- [SQRT](/nedyx/clearlines-functions/mathematical-functions/sqrt.md): Returns the square root of a number.
- [SUM](/nedyx/clearlines-functions/mathematical-functions/sum.md): Returns the sum of numers in a range.
- [TAN](/nedyx/clearlines-functions/mathematical-functions/tan.md): Returns the tangent of a given angle.
