Constant lexical_parse_integer::format::REQUIRED_EXPONENT_NOTATION
source · [−]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.