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 6932529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:43:03+00:00 2026-05-27T11:43:03+00:00

Possible Duplicate: Dealing with accuracy problems in floating-point numbers Code: float flt = 78983636;

  • 0

Possible Duplicate:
Dealing with accuracy problems in floating-point numbers

Code:

float flt = 78983636;  // stores 78983632. as seen in debugger
flt = 79282056;        // stores 79282056.

Why is it not able to accurately store 1st value, but able to for the 2nd value which is larger?

  • 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-05-27T11:43:04+00:00Added an answer on May 27, 2026 at 11:43 am

    A typical 32-bit float has about 24 bits of integer precision. That you’re able to store your value precisely even though it’s larger is simply because it hits a sweet spot that looks proper as an integer, while the other one does not.

    Specifically the number 79282056 is stored as 1.1813947 * 226, or 79282056.2526208. So it’s not exact, there’s some digits after the decimal point that you omitted.

    You can use this converter to inspect the mantissa, sign and exponent used to store any floating-point number.

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

Sidebar

Related Questions

Possible Duplicate: Dealing with accuracy problems in floating-point numbers I was quite surprised why
Possible Duplicate: Why is floating point arithmetic in C# imprecise? I have been dealing
Possible Duplicates: Why does 99.99 / 100 = 0.9998999999999999 Dealing with accuracy problems in
Possible Duplicate: How do I do multiple assignment in MATLAB? When dealing with cell
Possible Duplicate: In PHP (>= 5.0), is passing by reference faster? Say I'm dealing
Possible Duplicate: Dealing with commas in a CSV file We are exporting a bulk
Possible Duplicate: looping through enum values Suppose we're dealing with a deck of cards
Possible Duplicate: simple deadlock example in c# I've been dealing with multithreading in my
Possible Duplicate: Regular Expression to split on spaces unless in quotes I am dealing
Possible Duplicate: Calling virtual functions inside constructors Look at this code. In the constructor

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.