Skip to main content

checked_rooti

Function checked_rooti 

Source
pub fn checked_rooti(x: U, n: u32) -> Option<U>
Expand description

Rooti iterative method based on the 9lives implementation. Using this operation is the equivalent of pow(x, 1/n).