ABS() | Returns absolute value | ABS ( numeric_expression ) |
CEILING() | Returns smallest integer greater than or equal to the number | CEILING ( numeric_expression ) |
FLOOR() | Returns largest integer less than or equal to the number | FLOOR ( numeric_expression ) |
ROUND() | Rounds a number to specified decimal places | ROUND ( numeric_expression , length [ ,function ] ) |
POWER() | Returns value raised to a specified power | POWER ( numeric_expression , power_expression ) |
SQRT() | Returns square root | SQRT ( numeric_expression ) |
LOG() | Returns natural logarithm | LOG ( numeric_expression ) |
LOG10() | Returns base‑10 logarithm | LOG10 ( numeric_expression ) |
EXP() | Returns e raised to the power of the argument | EXP ( numeric_expression ) |
SIGN() | Returns sign of the number | SIGN ( numeric_expression ) |
PI() | Returns the constant π | PI () |