How do you get from a negative decimal number to a floating point number?
Hey I have an exam in media and computer science soon. For example, we have to "convert" the number -5.375 into a floating-point number. How do I do that? Best regards 🙂
Hey I have an exam in media and computer science soon. For example, we have to "convert" the number -5.375 into a floating-point number. How do I do that? Best regards 🙂
I have a Texas Instruments calculator. I need it for work, but when I try to calculate, for example, 0.004 to 1000, it gives an error or 4e-6. But the actual result is 0.000004. Does anyone know what could be causing this?
In the professor's slide showing IEEE-754 Single Precision floating point numbers, the following sum can be found for calculation: wherecorresponds to the respective bit of the exponent in binary representation from j=0 to j=7. It also states that the sum results in the following range of values ​​for the exponent: This raises the following questions…
let's say you have 7.75 then you calculate with Mantise with 1.9375 * 2 you will then get 1111 and 0.5 +2 remains, will it always be 0 at 1.0? And why is the exponent 3 and not 2?