contributed by ???
Quiz 1 Problem B
Through learning about single-precision and implementing quiz 1 b through programming, practice converting fp32 to bf16, and, extending this, use bit-shifting to round floating-point numbers and convert them to integers
Structure Comparison:
fp32 (IEEE 754)
Sign bit: 1 bit
Exponent: 8 bits
Mantissa: 23 bits