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

Number format for an Erlang literal floating-point number.