Constant lexical_write_float::format::ERLANG_STRING [−][src]
pub const ERLANG_STRING: u128 = NumberFormatBuilder::new().required_digits(true).no_exponent_without_fraction(true).no_special(true).build(); // 0x0000_0a00_0000_0000_0000_0000_0000_060fu128
Expand description
Number format to parse an Erlang float from string.