Skip to content

Small attend to emulate float operation using integer

License

Notifications You must be signed in to change notification settings

lovisXII/Float_emulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small attend to emulate float operation using integer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages