Name

Log

Synopsis

Log(number)

Returns the natural logarithm of a number. number must be a positive number greater than zero. Examples:

<CFOUTPUT>
Log(0.01) = #Log(0.01)#<BR>
Log(1) = #Log(1)#<BR>
Log(10) = #Log(10)#<BR>
Log(100) = #Log(100)#<BR>
Log(1000) = #Log(1000)#<BR>
Log(1000.234) = #Log(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.