pub trait Recip { // Required method fn recip(self) -> Self; }
Method for calculating 1 / x.
1 / x
Return 1 / self.
1 / self