Log10()

Calculates the logarithm of number, to base 10.

Log10( number=number );

Returns: Number

Argument Description
number
number, required

Positive real number for which to calculate the logarithm

Examples

The following code example will output an example number returned from the log10() function.

<cfoutput>#log10(10)#</cfoutput>

See also