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.
Maintainer: Thomas Combriat
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.