log10

log10

> Functions

Calculates the logarithm in base 10 of the number number.

Parameters
Return
Examples

log10(1) // 0 log10(10) // 1 log10(1000000) // 6