W3cubDocs

/Kotlin

log10

inline fun log10(x: Double): Double

Platform and version requirements: Kotlin 1.2

inline fun log10(x: Float): Float

Platform and version requirements: Kotlin 1.2

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

See Also

ln

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.math/log10.html