[][src]Static lexical::EXPONENT_DEFAULT_CHAR

#[no_mangle]
pub static mut EXPONENT_DEFAULT_CHAR: u8

Default character for scientific notation, used when the radix < 15.

To change the expected, default character for an exponent, change this value during before using lexical.

Safety

Do not modify this value in threaded-code, as it is not thread-safe.