Commit Graph

32 Commits

Author SHA1 Message Date
rob tillaart
36c3e468a0 fix #7 add const 2021-11-16 09:37:28 +01:00
rob tillaart
bfb5766155 0.2.4 Complex fix version nr 2021-11-08 13:19:48 +01:00
rob tillaart
3f66f01494 0.2.4 Complex 2021-10-19 19:44:42 +02:00
rob tillaart
65a05739ca 0.2.3 Complex 2021-09-14 11:58:53 +02:00
rob tillaart
f27f754fbb add license to library,json 2021-05-28 14:16:25 +02: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
f9cf7e8124 remove duplicates + minor 2021-02-06 15:52:51 +01:00
rob tillaart
7661eee8b4 2021-01-29 2021-01-29 12:31:58 +01:00
rob tillaart
a19ec7f025 update libraries A-D 2020-11-27 11:10:47 +01:00
RobTillaart
28fcf07065 Fix issue #33 - Double to float 2018-04-02 20:48:12 +02:00
RobTillaart
6563bb4526 fix error description 2018-01-29 09:41:27 +01:00
RobTillaart
c5d02f3c95 fix issue #91 - sin, cos, sinh, cosh 2018-01-29 09:29:34 +01:00
RobTillaart
f43a58a906 fix typo 2018-01-25 11:31:39 +01:00
RobTillaart
59da44b4e8 update 0.1.10 - Add releasenote.txt with fix for some platforms;
refactor (uppercasing)
2018-01-25 10:35:37 +01: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
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
45d8bff06a added library.json files 2016-12-17 20:53:18 +01:00
rob tillaart
7a698f8c17 + added (0,0) constructor
+ added array example
+ removed unneeded ifdef constructs
2015-10-18 12:22:28 +02:00
rob tillaart
411126e5a9 + version 0.1.08
+ refactor
2015-03-06 14:02:38 +01:00
rob tillaart
35b19c9fe7 + version 0.1.07 (attachment)
+ refactored to decrease footprint
+ added example folder
+ added referenceOutput.txt to the example sketches
2015-03-06 10:41:34 +01:00
rob tillaart
457139956d + timing test code
+ removed old code
2014-06-26 20:51:18 +02:00
Rob Tillaart
0e54058f98 + added comment 2013-09-29 21:55:40 +02:00
Rob Tillaart
c498c25956 + layout
+ derive Complex from printable
+ renamed test to .ino
2013-09-29 14:31:13 +02:00
Rob Tillaart
0adbfacf13 + make parts of the lib conditional
+ added test sketch
2013-09-29 14:27:38 +02:00
Rob Tillaart
d917a93d0b - missing 0.1.02 version
+ added sqr()
+ minimized divisions (speed)
+ faster tan() -> increases size
2013-09-29 14:22:21 +02:00
Rob Tillaart
8c27e7b196 + extend class 2013-09-29 14:16:03 +02:00
Rob Tillaart
a60fc21e25 start Complex Math library 2013-09-29 14:13:36 +02:00