# Math Functions

- [ABS](/cascade/functions-and-expressions/functions/math/abs.md): Calculates the absolute value of a number
- [ACOS](/cascade/functions-and-expressions/functions/math/acos.md): Calculates the arc cosine of a number
- [ASIN](/cascade/functions-and-expressions/functions/math/asin.md): Calculates the arc sine of a number
- [ATAN](/cascade/functions-and-expressions/functions/math/atan.md): Calculates the arc tangent of a number
- [ATAN2](/cascade/functions-and-expressions/functions/math/atan2.md): Calculates the arc tangent of an ordered pair
- [CEILING](/cascade/functions-and-expressions/functions/math/ceiling.md): Rounds a given number up
- [COS](/cascade/functions-and-expressions/functions/math/cos.md): Calculates the cosine of an angle
- [COT](/cascade/functions-and-expressions/functions/math/cot.md): Calculates the cotangent of an angle
- [COSEC](/cascade/functions-and-expressions/functions/math/cosec.md): Calculates the cosecant of an angle
- [DEGREES](/cascade/functions-and-expressions/functions/math/degrees.md): Converts radians to degrees.
- [DIV](/cascade/functions-and-expressions/functions/math/div.md): Returns the integer portion of a division operation
- [EVEN](/cascade/functions-and-expressions/functions/math/even.md): Rounds a number up to the nearest even integer
- [EXPONENTIAL](/cascade/functions-and-expressions/functions/math/exponential.md): Exponential function
- [FILLINFINITY](/cascade/functions-and-expressions/functions/math/fillinfinity.md): Replace infinity values within input value
- [FLOOR](/cascade/functions-and-expressions/functions/math/floor.md): Rounds a given number down
- [HAVERSINE](/cascade/functions-and-expressions/functions/math/haversine.md): Calculates Haversine distance between coordinates
- [LOG](/cascade/functions-and-expressions/functions/math/log.md): Logarithm function
- [LN](/cascade/functions-and-expressions/functions/math/ln.md): Natural logarithm function
- [ODD](/cascade/functions-and-expressions/functions/math/odd.md): Rounds a number up to the nearest odd integer
- [MODULO](/cascade/functions-and-expressions/functions/math/modulo.md): Calculates the remainder of a division operation
- [PERCENTILEOFVALUE](/cascade/functions-and-expressions/functions/math/percentileofvalue.md): Calculate percentiles based on data
- [PERCENTILEVALUE](/cascade/functions-and-expressions/functions/math/percentilevalue.md): Calculate value(s) from specified percentiles
- [PI](/cascade/functions-and-expressions/functions/math/pi.md): Returns the PI value
- [POWER](/cascade/functions-and-expressions/functions/math/power.md): Raises a number to a specified exponent
- [RADIANS](/cascade/functions-and-expressions/functions/math/radians.md): Converts degrees to radians.
- [RANDOM](/cascade/functions-and-expressions/functions/math/random.md): Returns a random value between 0 and 1
- [ROUND](/cascade/functions-and-expressions/functions/math/round.md): Rounds a number or list of numbers
- [SEC](/cascade/functions-and-expressions/functions/math/sec.md): Calculates the secant of an angle
