-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
103 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Change Log fraction | ||
|
||
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.1.14] - 2022-11-07 | ||
- add changelog.md | ||
- add rp2040 to build-CI | ||
- update readme.md | ||
|
||
|
||
## [0.1.13] - 2021-12-18 | ||
- update library.json | ||
- update license | ||
- minor edits | ||
|
||
## [0.1.12] - 2021-11-01 | ||
- update Arduino-CI | ||
- add badges | ||
- refactor | ||
|
||
## [0.1.11] - 2020-12-23 | ||
- add Arduino-CI + unit tests | ||
|
||
## [0.1.10] - 2020-06-10 | ||
- fix library.json | ||
|
||
---- | ||
|
||
Long time ago .... | ||
|
||
## [0.1.9] | ||
- refactor | ||
|
||
## [0.1.8] | ||
- refactor made constructors explicit | ||
- fix issue #33 double --> float | ||
|
||
## [0.1.07] | ||
- major refactoring by Chris-A | ||
|
||
## [0.1.06] | ||
- added proper(), mediant(), angle() | ||
|
||
## [0.1.05] | ||
- tested negative Fractions math | ||
- added constructors, | ||
- minor refactoring | ||
|
||
## [0.1.04] | ||
- stabilizing code | ||
- add simplify() for some code paths. | ||
|
||
## [0.1.03] | ||
- add toDouble() | ||
- tested several fractionize() codes | ||
- bug fixes. | ||
|
||
## [0.1.02] | ||
- faster fractionize code | ||
|
||
## [0.1.01] | ||
- some fixes | ||
|
||
## [0.1.00] | ||
- initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters