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