Commit Graph

33 Commits

Author SHA1 Message Date
Rob Tillaart
299170332e 0.1.16 Fraction 2023-11-02 15:10:48 +01:00
rob tillaart
cea234e035 0.1.15 Fraction 2023-02-03 13:14:59 +01:00
rob tillaart
958106cbf7 0.1.14 Fraction 2022-11-07 15:02:34 +01:00
rob tillaart
4d66441771 add funding.yml 2022-08-03 21:56:07 +02:00
rob tillaart
9c5c9df875 0.1.13 Fraction 2021-12-18 14:11:39 +01:00
rob tillaart
40458c32e1 0.1.12 Fraction 2021-11-01 15:56:22 +01:00
rob tillaart
4e9ea7640d add arduino-lint 2021-05-28 13:17:38 +02:00
rob tillaart
534c960a32 update libs 2021-04-07 13:31:22 +02:00
rob tillaart
7661eee8b4 2021-01-29 2021-01-29 12:31:58 +01:00
rob tillaart
d13cd04dac update libraries E-I 2020-11-27 11:16:22 +01:00
RobTillaart
3624156bbc Fix issue #33 - changed double to float for the core code. 2018-04-02 20:30:05 +02:00
RobTillaart
02c271bdaa fix library.json keywords format 2018-01-09 00:11:37 +01:00
RobTillaart
5d7b26abeb fix #87 - version field for library.json files 2018-01-07 19:13:07 +01:00
RobTillaart
d71bff4a1b rename readme.txt to readme.md 2017-09-29 10:43:59 +02:00
RobTillaart
7177809c01 fix URL path in library.properties 2017-08-20 17:16:48 +02:00
per1234
3b7fe2bb1b Use semver compliant versions in library.properties
The leading zero is non-semver compliant and causes the Arduino IDE to display the warning:

Invalid version found: ...

Fixes https://github.com/RobTillaart/Arduino/issues/70
2017-07-13 11:46:18 -07:00
RobTillaart
8a94bc3acc initial versions of library.properties 2016-12-18 11:02:20 +01:00
RobTillaart
018a4872a6 update library.json files 2016-12-18 10:48:17 +01:00
RobTillaart
6760bfdde6 fix library.json 2016-12-17 21:56:14 +01:00
RobTillaart
45d8bff06a added library.json files 2016-12-17 20:53:18 +01:00
rob tillaart
bb3198d47d + updated version to 0.1.07 2015-03-05 18:26:06 +01:00
Chris--A
e0c33bf44d Revert gcd, too hasty in testing. 2015-03-05 18:29:58 +10:00
Chris--A
5379f830b1 Optimized functions
Changed by-value elements to by-reference.
Also changed private section to protected; in case someone wants to
inherit the Fraction class.
2015-03-05 18:06:21 +10:00
Chris--A
19daf61fee Optimized constructors
Utilized initializer lists rather than assigning.
2015-03-05 17:46:55 +10:00
Chris--A
675ddb0f84 Fix operator logic. 2015-03-05 17:42:23 +10:00
rob tillaart
35310f0596 + added readme.txt 2015-03-01 14:19:14 +01:00
rob tillaart
c0bb74c9f7 + version 0.1.06
+ added isProper(), mediant(), toAngle();
+ refactor
+ added two example sketches
2015-03-01 12:47:02 +01:00
rob tillaart
507f1edd61 + version 0.1.05
+ tested negative Fractions math
+ added missing constructors,
+ refactoring,
2015-03-01 12:15:35 +01:00
rob tillaart
e89f3cebf8 + version 0.1.04
+ stabilizing code,
+ add simplifies() for some code paths
2015-03-01 12:13:08 +01:00
rob tillaart
aa0826886b + version 0.1.03
+ added toDouble(), tested several fractionize() codes, bug fixes.
2015-03-01 12:11:21 +01:00
rob tillaart
1591b01fa6 + version 0.1.02
+ refactor & fixing
+ faster fractionize code
+ test application (march 1st 2015 version)
2015-03-01 12:09:21 +01:00
rob tillaart
f77345fd40 + version 0.1.01
+ refactoring & fixing
2015-03-01 12:05:22 +01:00
rob tillaart
a5469cdd24 + initial version 0.1.00 2015-03-01 12:03:22 +01:00