kotlin-stdlib / kotlin.math / pow ... fun Double.pow(x: Double): Double ... b.pow(0.0) is 1.0; b.pow(1.0) == b; b.pow(NaN) is NaN; NaN.pow(x) is NaN for x ...
確定! 回上一頁