W3cubDocs

/Kotlin

log2

fun log2(x: Double): Double

Platform and version requirements: Kotlin 1.2

fun log2(x: Float): Float

Platform and version requirements: Kotlin 1.2

Computes the binary logarithm (base 2) 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/log2.html