How Does IEEE Single Precision Format Store 7 Decimal Digits?

AI Thread Summary
IEEE single precision format can store approximately 7 decimal digits due to its 23-bit mantissa, which corresponds to a precision of about 1.19 x 10^-7 when considering the relationship 2^-23. This means that the smallest number that can be represented in this format is limited by the 23 bits available for the mantissa. Understanding this format is essential for grasping how decimal numbers are converted and stored in binary. The relationship between binary and decimal precision can be simplified by recognizing that 2^10 is roughly equal to 10^3, leading to the approximation that 2^23 is close to 10^7. Mastery of these concepts is crucial for effectively using IEEE single precision in computing.
shuxue
Messages
7
Reaction score
0
Could someone please show me some examples how IEEE single precision format can used to store approximately 7 decimal digits of a number when the number is written in decimal format? How this is related to the statement ##2^{-23}=1.19\times10^{-7}##?
 
Engineering news on Phys.org
shuxue said:
Could someone please show me some examples how IEEE single precision format can used to store approximately 7 decimal digits of a number when the number is written in decimal format?
Have you done any research on your own to understand that format? It's very common and it should be easy to find examples already posted on the internet, if not in your textbook.

How this is related to the statement ##2^{-23}=1.19\times10^{-7}##?
that's just a radix conversion. It's relevance to the IEEE format is that you only have a 23 bit explicit mantissa so that's the smallest number body (apart from exponent) you can express in that format. It will all be clear once you have studied the format.
 
What is meant by a precision of 23 bits (mantissa) in IEEE single precision format is equivalent to approximately 7 decimal digits precision?
 
shuxue said:
What is meant by a precision of 23 bits (mantissa) in IEEE single precision format is equivalent to approximately 7 decimal digits precision?
approximately, yes. It's really very easy to remember because 2**10 = 1024 = 10**3 so 2**23 ~ 10**(23/3) ~ 10**7
 
  • Like
Likes berkeman
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top