FP_LOGE

Return the logarithm of a floating-point number

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

xcall FP_LOGE(result, operand)

result

Returned with the natural logarithm. (a8)

operand

The operand whose logarithm will be returned. (a8)

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.