222 B
222 B
math_Pow
Gets the
Arguments
- number (double): The number to get the square root of
Returns
result (double): The square root of the number
Example
call !math_Sqrt 16 &result
println $result # 4