Floating-point Numbers
We studied floating-point numbers in Prof. Rein's Scientific Programming course.
This is how your computer stores a 32-bit integer in memory:
Sign | Exponent | Mantissa |
Decimal representation:
Floating-point Numbers
We studied floating-point numbers in Prof. Rein's Scientific Programming course.
This is how your computer stores a 32-bit integer in memory:
Sign | Exponent | Mantissa |
Decimal representation: