I want to summation in java.
So,
For example,
1.123 + 1.123E-4 = 0.0123411234
So, How can i processing “E” in java?
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.
You mean something like this?
Double’s
valueOf()method can parse te E notation for you.And actually, the result is: 1.1231123