pub const MONGODB: u128 = NumberFormatBuilder::new()
    .case_sensitive_special(true)
    .no_float_leading_zeros(true)
    .build(); // 202_824_096_036_516_704_239_472_512_870_412u128
Expand description

Number format for a MongoDB literal floating-point number.