Trait dashu_int::ops::SquareRootRem
source · pub trait SquareRootRem {
type Output;
// Required method
fn sqrt_rem(&self) -> (Self::Output, Self);
}
Expand description
Computer the floored square root of the number and return the remainder at the same time.