LOG Function



Function Type

Predefined function

Syntax

LOG( <numericValue> )

Description

Returns a float representing the natural logarithm of a number.

Argument

Description

<numericValue>

A numeric value (float or integer) representing the value for which you want to find the natural logarithm. The <numericValue> argument can be any valid numeric expression greater than zero. The natural logarithm is the logarithm to the base e. The constant e is approximately 2.718282.

Returns

Float

Example

This example is a logarithm of a number. It returns 2.0794415416798357.

LOG(8)


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI DevX Data Studio Help