Possible Duplicate:
What number is e+000
Found 2.4397e6
in Enum tutorial
Result from printing that: 2439700.0
, what does the e
mean? I don't think it's primitive data type though.
It's the exponent in scientific notation - so that value is 2.4397 x 106.
See the JLS section 3.10.2 for precise details on floating point literals.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With