0e10
0e10 is a numeric literal that uses scientific notation. In decimal scientific notation, numbers are written as a times ten raised to the b, where a is the significand (mantissa) and b is the exponent. When a equals zero, the value is zero regardless of the exponent, so 0e10 represents zero.
In standard decimal representation, this is equivalent to 0 or 0.0. The notation is common in many
In practice, 0e10 demonstrates a property of floating-point literals: any mantissa times ten raised to the exponent
The term is mostly of theoretical or parsing interest because its value conveys no magnitude beyond zero,
See also: scientific notation, floating-point arithmetic, IEEE 754, floating-point literals, exponential notation.