Name

Log10

Synopsis

                  Log10(number)

Returns the base-10 logarithm of a number. Examples:

<cfoutput>
Log10(0.01) = #Log10(0.01)#<br>
Log10(1) = #Log10(1)#<br>
Log10(10) = #Log10(10)#<br>
Log10(100) = #Log10(100)#<br>
Log10(1000) = #Log10(1000)#<br>
Log10(1000.234) = #Log10(1000.234)#
</cfoutput>

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.