Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 416 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 416 Bytes

floating-point-simulator

This simulates addition and subtraction on IBM hexadecimal floating-point (HFP by IBM) numbers.

This project is for educational purposes and thus does not implement all features present in actual IBM HFP. Additionally present features are not necessarily implemented as efficiently as they feasibly could be. The goal is simply to achieve correct output for the implemented functions.