|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the absolute value: - of a numeric value,
- of a numeric expression (integer or real).
- of a duration.
|
|
|
|
|
|
|
|
| Returns the arc cosine of a numeric value (integer or real). |
|
|
|
|
|
|
|
| Returns the arc sine of a numeric value (integer or real). |
|
|
|
|
|
|
|
| Returns the arc tangent of a numeric value (integer or real). |
|
|
|
|
|
|
|
| Returns the arc tangent 2 of the values passed as parameter. |
|
|
|
|
|
|
|
| Converts a value from a unit to another one. |
|
|
|
|
|
|
|
| Calculates the cosine of an angle. |
|
|
|
|
|
|
|
| Calculates the cotangent of an angle. |
|
|
|
|
|
|
|
| Returns the decimal part of a number. |
|
|
|
|
|
|
|
| Returns the sexagesimal angle (in base 60) corresponding to a decimal angle. |
|
|
|
|
|
|
|
| Calculates the exponential of a numeric value (reverse of Napierian logarithm). |
|
|
|
|
|
|
|
| Returns the factorial of an integer number.
|
|
|
|
|
|
|
|
| Calculates the Napierian logarithm (reverse of exponential) of a numeric value. |
|
|
|
|
|
|
|
| Returns the integer part of a number. |
|
|
|
|
|
|
|
| Identifies an even number. |
|
|
|
|
|
|
|
| Identifies an odd number. |
|
|
|
|
|
|
|
| Calculates the decimal logarithm of a numeric value. |
|
|
|
|
|
|
|
| List of mathematical functions |
|
|
|
|
|
|
|
| Raise a number to a power. |
|
|
|
|
|
|
|
| Returns the root of a number. |
|
|
|
|
|
|
|
| Returns the rounded value of a numeric value according to the specified number of decimal places. |
|
|
|
|
|
|
|
Returns: - the value rounded up to the nearest integer.
- the duration rounded up to the nearest interval.
- the date and time rounded up to the nearest interval.
|
|
|
|
|
|
|
|
Returns: - the numeric value rounded down to the nearest integer.
- the duration rounded down to the nearest interval.
- the date and time rounded down to the nearest interval.
|
|
|
|
|
|
|
|
| Returns a numeric value rounded to the nearest multiple of another numeric value. |
|
|
|
|
|
|
|
| Returns the decimal angle corresponding to a sexagesimal angle. |
|
|
|
|
|
|
|
| Returns the sine of an angle. |
|
|
|
|
|
|
|
| Calculates the tangent of an angle. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|