Important
|
Deprecated in 5.0. Please use [func-math-pow] instead. |
pow(x, y) => Float
Calculates x raised to the power of y.
x |
Float |
Initial value. |
y |
Float |
Power. |
Return
x raised to the power of y.
Example
println(pow(2, 3)); //Will print "8"