diff --git a/src/scalar/real.rs b/src/scalar/real.rs index b65dbe2..cc594a8 100644 --- a/src/scalar/real.rs +++ b/src/scalar/real.rs @@ -105,7 +105,7 @@ macro_rules! impl_real ( /// The smallest finite positive value representable using this type. #[inline] fn min_value() -> Option { - Some($M::MIN) + Some($M::MIN_POSITIVE) } /// The largest finite positive value representable using this type.