Skip to main content

exact_root

Function exact_root 

Source
pub fn exact_root(n: u32, v: &BigInt) -> Option<BigInt>
Expand description

The exact n-th root, when the argument has one. n must be positive.