pub fn checked_rooti(x: U, n: u32) -> Option<U>
Rooti iterative method based on the 9lives implementation. Using this operation is the equivalent of pow(x, 1/n).