Skip to content

boofmax/ARCH2_Binary_32_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCH2_Binary_32_Converter

IEEE-754 Binary-32 floating-point converter (including all special cases)

  1. Input: binary mantissa and base-2 (i.e., 101.01x25), decimal mantissa and base-10 (i.e., 15.75x105) and NaN
  2. Output: (1) binary output with space between sections (2) it’s hexadecimal equivalent (3) with an option to output in a text file