Data Storage
Library for posit arithmetic on Arduino Uno and other microcontrollers
Posit Arithmetic is an alternative floating point format to IEEE 754 that promises a more efficient and balanced precision, especially useful for AI ... or memory constrained devices. The library supports both Posit8 and Posit16 formats (one and 2 bytes), and 4 operations with operator overloading.
Maintainer: tochinet
This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.