Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 402 Bytes

Float_emulation

The purpose of the program is to emulate floats operations. It has been created for systems that doesnt have FPU and can't use float operation.

I tried to make it as low lvl as possible to avoid the use of any library.

I'm still working on the add/sub, the multiplication seems to work fine

How to use

Just import "float_emu.h" in your code and use the function mult_float