Log10()

edit

Calculates the logarithm of number, to base 10.

Log10( number=number );

Returns: Number

Argument Description
number
number, required
edit

Positive real number for which to calculate the logarithm

Examples

edit

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

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

See also