Skip to content

0.1.4 release

Compare
Choose a tag to compare
@RobTillaart RobTillaart released this 27 Nov 15:26
· 10 commits to master since this release
ea2e710

This is the first release on GitHub of the float16 library.
Final goal of this library is to reduce storage and minimize communication of floating point numbers, especially those with limited range and precision. Typical floating point data from sensors, temperature, humidity, CO2.
Earlier version may be available on the internet (a.o. Arduino forum) but these are obsolete.

This release only implements very basic functionality, conversion to and from floats, printing and comparison. The next release will optimize comparisons and some basic math like ```+ - * /`` will be added, however it is not intended to be a full functional float data type.