Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9182693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:37:13+00:00 2026-06-17T18:37:13+00:00

Possible Duplicate: Floating point arithmetic not producing exact results in Java Float numbers in

  • 0

Possible Duplicate:
Floating point arithmetic not producing exact results in Java
Float numbers in Java

Please see Code Below.

public class TestSum {

public static void main(String[] args) {
    float a = 4.8f;//try with 4.7f
    float b = 4.5f;//try with 4.6f
    double sum = a + b;
    System.out.println(sum);
 }
}

(4.8f+4.5f) sum=9.300000190734863

But when, i tried (4.7f+4.6f) it gives sum = 9.299999237060547
Again,

(1.8f+1.5f) sum=3.299999952316284.
(1.7f+1.6f) sum=3.3000001907348633.

But,

(2.8f+2.5f) sum=5.300000190734863.
(2.7f+2.6f) sum=5.300000190734863.

I want to Understand, how this works.
Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T18:37:15+00:00Added an answer on June 17, 2026 at 6:37 pm

    I want to understand how this works.

    See the info. & links (listed below) on the floating point tag Wiki.

    • What Every Computer Scientist Should Know About Floating-Point Arithmetic
    • floating-point-gui.de

    What’s best solution for this then…?

    BigDecimal, or more commonly, formatting the output using DecimalFormat.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Floating point arithmetic not producing exact results in Java Floating point inaccuracy
Possible Duplicate: Floating point arithmetic not producing exact results in Java I was recently
Possible Duplicate: Dealing with accuracy problems in floating-point numbers Code: float flt = 78983636;
Possible Duplicate: Java floating point arithmetic What is special about this double math in
Possible Duplicate: Floating point inaccuracy examples double arithmetic and equality in Java I caught
Possible Duplicate: C compiler bug (floating point arithmetic)? I've got two doubles which I
Possible Duplicate: Floating point issue in C #include<stdio.h> main() { int a,b; float f;
Possible Duplicate: Floating point inaccuracy examples When using the modulo operator in java I'm
Possible Duplicate: Dealing with accuracy problems in floating-point numbers I was quite surprised why
Possible Duplicates: Incorrect floating point math? Float compile-time calculation not happening? Strange stuff going

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.