kotlin-stdlib / kotlin.math / log10 log10 Common JVM JS Native 1.2 fun log10 ( x : Double ) : Double (Common source) (JVM source) (JS source) (Native source) fun log10 ( x : Float ) : Float (Common source) (JVM source) (JS source) (Native source) Computes the common logarithm (base 10) of the value x . See Also ln