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.