logo
pub const REQUIRED_EXPONENT_NOTATION: u128 = 1 << 14; // 16_384u128
Expand description

Exponent notation is required.

Valid floats must contain an exponent notation character, and if applicable, a sign character and digits afterwards.