Skip to content

Releases: RobTillaart/Fraction

0.2.0 release

24 Apr 13:48
dcefc56
Compare
Choose a tag to compare
  • 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

0.1.16 release

02 Nov 14:07
c39f13b
Compare
Choose a tag to compare
update readme.md (#8)

0.1.15 release

03 Feb 12:10
201880b
Compare
Choose a tag to compare
update readme.md (#7)

- update GitHub actions
- update license 2023
- update readme.md
- move code to .cpp
- change signature **double toDouble()**
- add **Fraction_performance.ino** to start performance testing.

0.1.14 release

07 Nov 13:59
ac19bc4
Compare
Choose a tag to compare
Develop (#6)

* add changelog.md

0.1.13 release

18 Dec 13:08
5770327
Compare
Choose a tag to compare
update library.json, minor edits, license (#5)

0.1.12 release

01 Nov 14:57
7c29244
Compare
Choose a tag to compare
update build-CI + badges + refactor (#4)

- update build-CI, badges, refactor

0.1.11 release

23 Dec 17:53
83a3e5f
Compare
Choose a tag to compare
fix version nr (#3)

fix library.json

10 Jun 15:43
2a04e3a
Compare
Choose a tag to compare
Merge pull request #1 from RobTillaart/develop

fix library.json

0.1.9

26 Apr 09:52
Compare
Choose a tag to compare
0.1.9 refactor - experimental