Questions about the accuracy and scope of float and int in Java

Source: Internet
Author: User

I have discussed with my classmates, the transformation between float and int in Java, before the one-sided learning of the Java Foundation, the sense of the int type is not as high as the float type, because float can represent decimals, and int can only represent integers.

It turned out to be not the case (Java Core Programming volume P (43)): Example 123456789 is a larger int-type integer that has the same result size when it goes float. However, because the number of digits represented by INT (32-bit) is more than the number of digits represented by float (32-1 (sign bit)-8 (digit) = 23-bit), so the int is more accurate than float, and may lose precision when int is float, and float has 8-bit exponential bit, Therefore, the value of float storage is greater than int.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.