logo
pub const NO_EXPONENT_WITHOUT_FRACTION: u128 = 1 << 9; // 512u128
Expand description

Exponent without a fraction component is not allowed.

This only checks if a decimal point precedes the exponent character. To require fraction digits or exponent digits with this check, please use the appropriate flags.