[][src]Constant proptest::num::f64::SUBNORMAL

pub const SUBNORMAL: Any;

Generates subnormal floats.

These are finite non-zero values where the first bit of the mantissa is not an implied zero. When positive, this represents the range MIN, inclusive, through MIN_POSITIVE, exclusive.

Subnormals are generated with a uniform distribution both in terms of discrete floating-point space and numerically.

If neither POSITIVE nor NEGATIVE is OR'ed with this constant, POSITIVE is implied.