6 lines
79 B
Plaintext
Vendored
6 lines
79 B
Plaintext
Vendored
import kotlin.math.ln
|
|
|
|
// WITH_RUNTIME
|
|
fun test(x: Double) {
|
|
<caret>ln(x)
|
|
} |