Log10()

<< Click to Display Table of Contents >>

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

Log10()

Description

Calculate the base 10 logarithm of a number.

 

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

 

Type

REGULAR FUNCTION

 

Usage

Result = Log10(Number)

 

Number

REAL

Number of which to find the logarithm.

Result

REAL

Result of the calculation.