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

pub const ZERO: Any;

Generates zero-valued floats.

Note that IEEE floats support both positive and negative zero, so this class does interact with the sign flags.

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