-
-
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.
Browse files
Browse the repository at this point in the history
- removed **Printable** interface, braking change - improve quality of **fractionize()** search - split of integer part before search improves precision. - add support for arrays - default value for constructor (0, 1) - add **fraction_array.ino** + **fraction_sizeof.ino** - add **toString()** - add **isInteger()** - update examples - add **fraction_extensive.ino** test range and accuracy sketch - add **fraction_sqrts.ino** test sketch - add **fraction_fast.ino**, fast determination of fraction with 9900 as denominator. - this is very fast, with an accuracy ~1e-4 - add **fraction_full_scan.ino** for a full scan search. - optimized **FractionMediant.ino** determine fraction with mediant. - add **fraction_setDenominator.ino** demo - add **FactionPowers2.ino**, fast determination of fraction with powers of 2.- add examples including tests. - update readme.md
- Loading branch information
1 parent
03d422e
commit dcefc56
Showing
20 changed files
with
847 additions
and
179 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
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
Oops, something went wrong.