Trait malachite_base::num::arithmetic::traits::SqrtAssign
source · pub trait SqrtAssign {
// Required method
fn sqrt_assign(&mut self);
}
Expand description
Replaces a number with its square root.
pub trait SqrtAssign {
// Required method
fn sqrt_assign(&mut self);
}
Replaces a number with its square root.