Log Procedure

Returns the natural logarithm of dx.

Syntax

[ dResult = ] Log ( dx )

The Log procedure syntax has the following parts:

 

Name

Type

Description

dResult

Double

Result

dx

Val Double

Input Value

Comments

dx must be a number greater than zero. Otherwise, the result is unknown.

Example

Print Log(2.718)

! this will print 0.999896315728952

See Also

Exp, Log10