Skip to content

Initial Release of FixMath

Compare
Choose a tag to compare
@tomcombriat tomcombriat released this 22 Feb 21:04
· 67 commits to main since this release

Initial release of FixMath, a fixed point arithmetic library targeted for Arduino and cie boards.

This provides an alternative to float and double types, while using integer type under the hood which provides a performance gain for microcontrollers lacking a floating point unit.

Promotion of the internal types is processed internally and at compile time. Using standard operations between FixMath types ensures that precision is kept and overflows are avoided. FixMath tries to be conservative and do not promote types when not needed.

What's Changed

New Contributors

Full Changelog: https://github.com/tomcombriat/FixMath/commits/v1.0.0