How do I work with logarithms?
The log() function returns the natural logarithm of its single numeric parameter:
The exp() function is the inverse of the log() function:
The log10() function returns the logarithm of its single numeric parameter to base 10:
This question was written by Jeremy Petersen.
It was last updated on January 23, 2006 at 11:15:11 AM EST.
CFML Referenced
Exp()
Log10()
<cfoutput>
Log()
Categories
Comments
There are no comments for this entry.