6 lines
95 B
Plaintext
Vendored
6 lines
95 B
Plaintext
Vendored
import kotlin.math.IEEErem
|
|
|
|
// WITH_RUNTIME
|
|
fun test(x: Double, y: Double) {
|
|
x.IEEErem(y)
|
|
} |