answersLogoWhite

0


Best Answer

Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.

Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.

Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.

Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Think of the floating-point number as a number in scientific notation, for example, 5.3 x 106 (i.e., 5.3 millions). In this example, 5.3 is the mantissa, whereas 6 is the exponent. The situation is slightly more complicated, in that floating-point numbers used in computers are stored internally in binary. Some precision can be lost when converting between decimal and binary.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Clearly explain the functions that the mantissa and exponent have in floating point number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you convert the binary value 11000001111111100000000000000000 from IEEE 754-1985 to its decimal equivalent?

To convert 11000001111111100000000000000000 from IEEE 754-1985 to its decimal equivalent, proceed as follows: The most significant bit, bit 31, represents the sign, where 0 denotes positive and 1 denotes negative. So this number is clearly negative. The next 8 bits, from bit 23 to bit 30, represent the exponent. Here we have the value 10000011 which is 131 decimal. However, exponents are biased by 127, thus 131 really means 131-127=3. Thus the exponent is 3. In scientific notation, the exponent tells us how many decimal places to move the decimal point and in what direction. This is no different in binary except we use a binary point instead of a decimal point. Thus an exponent of 3 tells us to move the binary point 3 positions to the right (if it were -3, we'd move three position to the left instead). The remaining 23 bits, from bit 0 to bit 22, represent the mantissa, the fractional component. Here we have 11111100000000000000000. However, a leading 1 bit is always implied so the mantissa is really 24 bits long, with a value of 111111100000000000000000. The binary point is placed to the right of the (implied) leading digit, thus this mantissa has a binary value of 1.11111100000000000000000. Note that the leading 1 bit can always be implied because the digit to the left of the binary point must always be non-zero and the only non-zero digit in binary is 1. The exponent, 3, tells us to move the binary point 3 positions to the right, so we now have 1111.11100000000000000000. We can ignore the trailing zeroes so we now have a binary fraction of 1111.111. Converting floating point binary values to decimal values is no different to converting integer values where every bit position represents some power of 2. Those to the left of the binary point represent increasing powers of 2 starting with 2^0, just as they do in integer conversions. Those to the right represent decreasing powers of 2, starting with 2^-1 (which is 0.5 in decimal). Thus, working from left to right we have: 1 x 2^3 = 8 1 x 2^2 = 4 1 x 2^1 = 2 1 x 2^0 = 1 binary point 1 x 2^-1 = 0.5 1 x 2^-2 = 0.25 1 x 2^-3 = 0.125 Adding these up we get the decimal value 15.857. However, the sign bit indicated the value was negative, so the value is -15.857. Thus 11000001111111100000000000000000 in IEEE 754-185 represents -15.857 in decimal.


What do engineers do when they identify a need?

clearly define th problem they are trying to solve


How does technology help people in the world?

In many ways. It clearly aided you in asking this question for example.


What is adult syntax?

Syntax usually utilized by professionals to clearly communicate information with little to no ambiguity.


What is the type of data that is numeric in nature and does not have a stable starting point or has no absolute zero?

i cant get it clearly

Related questions

When a n number is raised to a power the number that is used as a factor is?

the number is the BASE and the power is the EXPONENT. your question is not clearly formulated


What are the benefits of quality functions deployment?

It clearly says the needs of customer.


What are some of the basic functions AlltheWeb can do?

Some of the basic functions AlltheWeb can do are planning, directing, organizing and control. All these are with this and it explains itself very clearly.


How come most of the characters in watchmen don't have superpowers but in one scene you can clearly see an umbrella floating unsupported behind silk spectre?

Because of Dr. Manhattan?


What is 13th cranial nerve?

13th cranial nerve is NERVOUS TERMINALIS.... which is found in close association with olfactory nerve... Functions of this nerve are not clearly known to medical world hence its better if u also dont try to know more about its functions.


What is the Comparative and superlative form of clearly?

more clearly, very clearly, the most clearly


How do you convert the binary value 11000001111111100000000000000000 from IEEE 754-1985 to its decimal equivalent?

To convert 11000001111111100000000000000000 from IEEE 754-1985 to its decimal equivalent, proceed as follows: The most significant bit, bit 31, represents the sign, where 0 denotes positive and 1 denotes negative. So this number is clearly negative. The next 8 bits, from bit 23 to bit 30, represent the exponent. Here we have the value 10000011 which is 131 decimal. However, exponents are biased by 127, thus 131 really means 131-127=3. Thus the exponent is 3. In scientific notation, the exponent tells us how many decimal places to move the decimal point and in what direction. This is no different in binary except we use a binary point instead of a decimal point. Thus an exponent of 3 tells us to move the binary point 3 positions to the right (if it were -3, we'd move three position to the left instead). The remaining 23 bits, from bit 0 to bit 22, represent the mantissa, the fractional component. Here we have 11111100000000000000000. However, a leading 1 bit is always implied so the mantissa is really 24 bits long, with a value of 111111100000000000000000. The binary point is placed to the right of the (implied) leading digit, thus this mantissa has a binary value of 1.11111100000000000000000. Note that the leading 1 bit can always be implied because the digit to the left of the binary point must always be non-zero and the only non-zero digit in binary is 1. The exponent, 3, tells us to move the binary point 3 positions to the right, so we now have 1111.11100000000000000000. We can ignore the trailing zeroes so we now have a binary fraction of 1111.111. Converting floating point binary values to decimal values is no different to converting integer values where every bit position represents some power of 2. Those to the left of the binary point represent increasing powers of 2 starting with 2^0, just as they do in integer conversions. Those to the right represent decreasing powers of 2, starting with 2^-1 (which is 0.5 in decimal). Thus, working from left to right we have: 1 x 2^3 = 8 1 x 2^2 = 4 1 x 2^1 = 2 1 x 2^0 = 1 binary point 1 x 2^-1 = 0.5 1 x 2^-2 = 0.25 1 x 2^-3 = 0.125 Adding these up we get the decimal value 15.857. However, the sign bit indicated the value was negative, so the value is -15.857. Thus 11000001111111100000000000000000 in IEEE 754-185 represents -15.857 in decimal.


What similarities and differences do you see between functions and linear equations studied in Chapter 3?

This is clearly a homework question and while we are here to help, we are not here to do your homework. If you have specific questions, please ask.


What is the surperlative of clearly?

The superlative of 'Clearly' is, "Most clear", or "Clearest".


What are the comparative and superlative of clearly?

More clearly and most clearly.


What is superlative and comparative of clearly?

more clearly, most clearly


What is the difference between explicit and implicit?

explicit is clearly stated and implicit is not clearly stated