Whatever message this page gives is out now! Go check it out!
Log(number)Parameter | Description |
number | Positive real number for which to calculate the natural logarithm |
<cfscript>
val=5
writeOutput("Log of " & val & " is: " & log(val))
</cfscript>