pub fn pow(a: Value, b: Value) -> DogeResultExpand 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.