Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 284 Bytes

floatingPoint

A dynamic software float implementation, that allows the user to specify the number of bits they want to use for the significand and exponent. This gives freedom for the user to decide how much precision they would like, versus the space that the float will occupy.