pub const fn pow(i1: i32, i2: i32) -> i32
Implement the ** operator for (possibly negative) integers
**