FixMath

Data Processing

Fixed Point Arithmetics for Arduino and others
This allows fast computations of decimal numbers using fixed point math arithmetics, which is useful for micro-controllers which do not have a FPU as this performs usually faster than floats.

Author: Thomas Combriat and Thomas Friedrichsmeier

Maintainer: Thomas Combriat

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.