Log10 Procedure

Returns the base 10 logarithm of dx.

Syntax

[ dResult = ] Log10 ( dx )

The Log10 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 Log10(100)

! This will print 2

See Also

Exp, Log