Skip to main content

pow

Function pow 

Source
pub fn pow(a: Value, b: Value) -> DogeResult
Expand description

** — exponentiation. Int raised to a non-negative Int stays an Int (checked, so it overflows catchably); a negative exponent or any Float operand promotes to Float. 0 ** <negative> is a catchable division by zero.