1E4
1e4 is a compact numeric representation used in scientific notation to denote ten thousand. It expresses 1 × 10^4, which equals 10,000. The 'e' (or 'E') indicates the exponent of ten, applied to the preceding digits. This notation is common in mathematics, science, and computing for expressing large or small numbers succinctly.
In programming and data formats, 1e4 is typically treated as a floating-point literal. Languages such as Python,
The notation is widely used to express constants that span large ranges, to configure scale factors, or