Constant lexical_write_float::format::ERLANG_LITERAL[][src]

pub const ERLANG_LITERAL: u128 = NumberFormatBuilder::new().required_digits(true).no_exponent_without_fraction(true).case_sensitive_special(true).build(); // 0x0000_0a00_0000_0000_0000_0000_0000_0a0fu128
Expand description

Number format for an Erlang literal floating-point number.