FP_LOGE
Return the logarithm of a floating-point number
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall FP_LOGE(result, operand)
Arguments
result
Returned with the natural logarithm. (a8)
operand
The operand whose logarithm will be returned. (a8)
Discussion
The FP_LOGE subroutine returns the natural (base e) logarithm of a floating-point number.
The following equation is performed:
result = loge(operand)
Result and operand are native floating-point numbers represented as a8 variables.