mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
30 lines
691 B
Markdown
30 lines
691 B
Markdown
# 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/).
|
|
|
|
|
|
## [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);
|
|
|
|
|
|
## [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
|