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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.