pub trait Float: Numeric + Signed { fn get_sqrt(self) -> Self; }
Trait implemented by floating-point numbers.
Computes the square root of the number