Constant lexical_write_integer::format::REQUIRED_EXPONENT_SIGN
source · [−]pub const REQUIRED_EXPONENT_SIGN: u128 = 1 << 8; // 256u128
Expand description
Positive sign before the exponent is required.
pub const REQUIRED_EXPONENT_SIGN: u128 = 1 << 8; // 256u128
Positive sign before the exponent is required.