Module constants
Source - CANONICAL_NAN_F32
- Canonical NaN value for f32 type
- CANONICAL_NAN_F64
- Canonical NaN value for f64 type
- GEF32_LEQ_I32_MAX
- Greatest Exact Float (32 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
- GEF32_LEQ_I64_MAX
- Greatest Exact Float (32 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
- GEF32_LEQ_U32_MAX
- Greatest Exact Float (32 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
- GEF32_LEQ_U64_MAX
- Greatest Exact Float (32 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
- GEF64_LEQ_I32_MAX
- Greatest Exact Float (64 bits) less-than-or-equal-to i32::MAX when rounding towards zero.
- GEF64_LEQ_I64_MAX
- Greatest Exact Float (64 bits) less-than-or-equal-to i64::MAX when rounding towards zero.
- GEF64_LEQ_U32_MAX
- Greatest Exact Float (64 bits) less-than-or-equal-to u32::MAX when rounding towards zero.
- GEF64_LEQ_U64_MAX
- Greatest Exact Float (64 bits) less-than-or-equal-to u64::MAX when rounding towards zero.
- LEF32_GEQ_I32_MIN
- Least Exact Float (32 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
- LEF32_GEQ_I64_MIN
- Least Exact Float (32 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
- LEF32_GEQ_U32_MIN
- Least Exact Float (32 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
- LEF32_GEQ_U64_MIN
- Least Exact Float (32 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.
- LEF64_GEQ_I32_MIN
- Least Exact Float (64 bits) greater-than-or-equal-to i32::MIN when rounding towards zero.
- LEF64_GEQ_I64_MIN
- Least Exact Float (64 bits) greater-than-or-equal-to i64::MIN when rounding towards zero.
- LEF64_GEQ_U32_MIN
- Least Exact Float (64 bits) greater-than-or-equal-to u32::MIN when rounding towards zero.
- LEF64_GEQ_U64_MIN
- Least Exact Float (64 bits) greater-than-or-equal-to u64::MIN when rounding towards zero.