All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- update GitHub actions
- fix version number
- refactored getAverage() early singularity detection.
- add float getSumX() and float getSumY()
- add example
- update keywords.txt
- add unit test
- minor edits
- update readme.md
- update keywords.txt
- add experimental OVERFLOW detection in add()
- add lastError()
- OK, OVERFLOW, SINGULARITY
- update GitHub actions
- update license 2023
- update readme.md
- update keywords.txt
- fix #7 update readme.md
- add RP2040 support to build-CI.
- add CHANGELOG.md
- minor edit unit test
- update readme.md
- change setType() to return bool (false on error)
- update library.json
- fix badges
- update license
- update readme.md
- update Arduino-CI
- add GRADIANS
- add Arduino-CI
- add unit tests
- minor refactor
- update library.json
- #pragma once
- removed pre 1.00 support
- update readme.md
- add getAverageLength()
- add getTotalLength()
- add zero-test
- fixed negative values of average
- initial version