2022-12-24 06:14:49 -05:00
|
|
|
# Change Log fast_math
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
2022-12-26 04:01:34 -05:00
|
|
|
## [0.2.1] - 2022-12
|
|
|
|
- add divmod3()
|
|
|
|
- add divmod5()
|
|
|
|
- add divmod12(), divmod24(), divmod60() - time related.
|
|
|
|
- update ping2cm(), ping2mm()
|
|
|
|
- update ping2cm32(), ping2mm32()
|
|
|
|
- add ping2quarter();
|
|
|
|
- add ping2inch_tempF(duration, Fahrenheit);
|
|
|
|
|
|
|
|
|
2022-12-24 06:14:49 -05:00
|
|
|
## [0.2.0] - 2022-10-29
|
|
|
|
- initial release as library
|
|
|
|
- add examples
|
|
|
|
- redo a lot of testing
|
|
|
|
- add readme.md
|
|
|
|
- renamed to fast_math (ESP32 conflict)
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.1.0] - 27 October 2013
|
|
|
|
- initial version fastMath
|