About the double type and float type of Java

Source: Internet
Author: User

1.double type

(1) Double is a dual-precision floating-point number (commonly used, 8-byte 64-bit), and a double is used to perform the operation of floating-point numbers

(2) floating point Direct quantity is double type

(3) error when double operation

2.float type

(1) Float is a single-precision floating-point number (infrequently used, 4 bytes 32 bits)

Double calculates the occurrence error example.

Double money=3.0;
Double price=2.9;
System.out.println (Money-price);

For the calculation of the money class, use the BigDecimal type

About the double type and float type of Java

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.