- Fix #12, breaking change. Thanks to Andyjbm for the measurements.
- remove Printable interface as it makes the effective footprint larger!
- remove getDecimals() and setDecimals().
- patch examples and unit test for the above.
- add example float16_sizeof_array.ino.
- add isPosInf() and isNegInf()
- add link to float16ext class with a larger range than float16.
- update readme.md.
- update unit-tests.