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 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.