SourcePoint Intel Help

Table of Contents

loge

Return the natural logarithm of an expression.

Syntax

[result =] loge(expr)

Where:

result

specifies a debug object of type real8 to which the function return value is assigned. If name is not specified, the return value is displayed on the next line of the screen.

expr

Specifies a number or an expression of type real8.

ย 

Note: Values returned by this function are in real8 (64-bit floating point) precision. These values are displayed in the Command window rounded to 6 decimal digits. However, assignments and comparisons are performed on the full 64-bit value.

Example

Command input:

loge(0x20)

Result:

3.46574

Related Topics: