Constant lexical_core::format::COBOL_LITERAL[][src]

pub const COBOL_LITERAL: u128 = NumberFormatBuilder::new().required_fraction_digits(true).no_exponent_without_fraction(true).no_special(true).build(); // 0x0000_0a00_0000_0000_0000_0000_0000_060eu128
Expand description

Number format for a Cobol literal floating-point number.