log10

Calculates the logarithm of number, to base 10.

log10(number) → returns numeric

Argument Reference

number numeric
Required

Examples
Sample code invoking the log10 function

log10(3.1)

Expected Result: 0.491361693834

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub