Constant lexical_core::format::C99_HEX_STRING[][src]

pub const C99_HEX_STRING: u128 = NumberFormatBuilder::new().mantissa_radix(16).exponent_base(num::NonZeroU8::new(2)).exponent_radix(num::NonZeroU8::new(10)).build(); // 0x0a02_1000_0000_0000_0000_0000_0000_000cu128
Expand description

Number format for a C99 string hexadecimal floating-point number.