Skip to content

deionchaudhary1/FloatingPoint-Decimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The IEEE745 Format is a standard in which a 32-Bit binary number is used to store a decimal number in Base 10. This program takes in a 32-Bit Binary Number in that format and transforms it into it's decimal representation. Here is a website describing the process: https://sandbox.mc.edu/~bennet/cs110/flt/ftod.html