Log()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical functions >

Log()

Description

Calculate the natural (base e) logarithm of a number.

 

If Number < 0, the absolute value is taken first.

 

Type

REGULAR FUNCTION

 

Usage

Result = Log(Number)

 

Number

REAL

Number of which to find the logarithm.

Result

REAL

Result of the calculation.