diff --git a/src/unwrapped.rs b/src/unwrapped.rs index 3555709..e822a02 100644 --- a/src/unwrapped.rs +++ b/src/unwrapped.rs @@ -642,7 +642,7 @@ impl Unwrapped { /// ``` #[inline] pub fn recip(self) -> Unwrapped { - Unwrapped(self.0.recip()) + Unwrapped(self.0.unwrapped_recip()) } /// Multiply and add. Returns `self` × `mul` + `add`.