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