log10

expect fun log10(x: Double): Double(source)
expect fun log10(x: Float): Float(source)

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

Since Kotlin

1.2

See also

function for special cases.

actual inline fun log10(x: Double): Double(source)
actual inline fun log10(x: Float): Float(source)

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

Since Kotlin

1.2

See also

function for special cases.

actual inline fun log10(x: Double): Double(source)
actual inline fun log10(x: Float): Float(source)

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

Since Kotlin

1.2

See also

function for special cases.