August 2019
Intermediate to advanced
560 pages
13h 41m
English
The following table lists the functions supported with their descriptions:
|
Function name |
Description |
|
ABS(expr) |
Returns the absolute value of expr. |
|
CBRT(expr) |
Returns the cube root value of expr. |
|
CEIL(expr)/ CEILING(expr) |
Returns the smallest integer larger than, or equal to, expr. |
|
E() |
Returns Euler's number. |
|
EXP(expr) |
Returns Euler's number to the power of expr. |
|
EXPM1(expr) |
Returns Euler's number to the power of expr and then subtracts 1. |
|
FLOOR(expr) |
Returns the greatest integer less than, or equal to, expr. |
|
LOG(expr) |
Returns the natural logarithm value of expr. |
|
LOG10(expr) |
Returns the base logarithm value of expr. |
|
PI() |
Returns the PI number. |
|
POWER(expr1, expr2) ... |
Read now
Unlock full access