6 lines
78 B
Plaintext
Vendored
6 lines
78 B
Plaintext
Vendored
import kotlin.math.log10
|
|
|
|
// WITH_RUNTIME
|
|
fun test(x: Double) {
|
|
log10(x)
|
|
} |