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.

actual external fun log10(x: Double): Double(source)

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

Since Kotlin

1.3

See also

actual function for special cases.


actual external fun log10(x: Float): Float(source)

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

Since Kotlin

1.3

See also

function for special cases.

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

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

Since Kotlin

1.8

See also

function for special cases.

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

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

Since Kotlin

1.8

See also

function for special cases.