Rounds a number to a specified number of digits
Rounds a number up, away from 0
Rounds a number down, toward 0
Returns a number rounded to the desired multiple
Rounds a number down, toward zero, to the nearest multiple of significance
Rounds a number up, away from zero, to the nearest multiple of significance
Rounds a number down to the nearest integer
Truncates a number to an integer by removing the fractional part of the number
Rounds a number up to the nearest odd integer
Rounds a number up to the nearest even integer
Returns the factorial of a number
Returns the double factorial of a number
Returns the result of a number raised to a power
Returns e raised to the power of a given number
Returns the natural logarithm of a number
Returns the logarithm of a number to a specified base
Returns the base-10 logarithm of a number
Returns a positive square root
Returns the sign of a number
Returns the absolute value of a number