Constant lexical_util::format::COBOL_STRING[][src]

pub const COBOL_STRING: u128 = NumberFormatBuilder::new()
    .required_exponent_sign(true)
    .no_special(true)
    .build(); // 0x0000_0a00_0000_0000_0000_0000_0000_050cu128
Expand description

Number format to parse a Cobol float from string.