log10

Common
JVM
JS
Native
1.2
fun log10(x: Double): Double
fun log10(x: Float): Float

Computes the common logarithm (base 10) of the value x.

See Also

ln