Compiler Library/XL Reference Manual (32650-90029)

1- 9
Table 1-4. Exponent, Root, and Logarithm Functions
---------------------------------------------------------------------------------------------
| | |
| Function | Description |
| | |
---------------------------------------------------------------------------------------------
| | |
| ALOG or ALOG' | Calculates the natural logarithm of a positive real number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| ALOG10 | Calculates the base 10 logarithm of a positive real number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| CEXP or CEXP' | Calculates
ex
, where
x
is a complex number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| CLOG or CLOG' | Calculates the natural logarithm of a complex number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| CSQRT or CSQRT' | Calculates the square root of a complex number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| DEXP or DEXP' | Calculates
ex
, where
x
is a longreal number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| DLOG or DLOG' | Calculates the natural logarithm of a positive longreal number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| DLOG10 | Calculates the base 10 logarithm of a positive longreal number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| DSQRT or DSQRT' | Calculates the square root of a longreal number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| EXP or EXP' | Calculates
ex
, where
x
is a real number. |
| | |
---------------------------------------------------------------------------------------------
| | |
| SQRT or SQRT' | Calculates the square root of a real number. |
| | |
---------------------------------------------------------------------------------------------