pub trait Sqrt { // Required method fn sqrt(self) -> Self; }
Method for getting the square root of a number.
Returns the square root of self.
self