Commit Graph

355 Commits

Author SHA1 Message Date
Arthur Guiot 2c29b9f2da Update Swift version 2023-06-20 14:10:53 +02:00
Arthur Guiot 7674e201fa Releasing v0.3.9 0.3.9 2023-06-20 13:50:23 +02:00
Arthur Guiot 4601b8e368 Merge remote-tracking branch 'refs/remotes/origin/main' v0.3.8 2022-09-28 15:05:50 -04:00
Arthur Guiot 312b4adbf4 Updated version 0.3.8 2022-09-28 15:05:23 -04:00
Arthur Guiot e8a06d1b67 Update jazzy.yml 2022-09-28 15:00:16 -04:00
Arthur Guiot 37d295ba1b Added new constant system + imporved BigDouble parsing 2022-09-28 14:56:16 -04:00
Arthur Guiot 967b27e8a0 Update jazzy.yml 2022-09-28 14:53:07 -04:00
Arthur Guiot 59ac7070a0 Improved quantile 2022-09-09 09:30:54 -04:00
Arthur Guiot d00bca4e12 Added mode to statistics object 2022-09-08 17:17:42 -04:00
Arthur Guiot 145645474c Added BigInt/BN test 2022-03-03 17:21:01 -05:00
Arthur Guiot 02dbdcd552 Releasing v0.3.7 v0.3.7 2022-02-06 13:18:50 -05:00
Arthur Guiot 0c602533e3 Merge remote-tracking branch 'refs/remotes/origin/master' 2022-02-06 13:16:37 -05:00
Arthur Guiot 79955176c0 Improved the nth-root problem 2022-02-06 13:16:29 -05:00
Arthur Guiot 59114248de Update OperatorNode.swift 2021-09-22 11:13:00 -04:00
Arthur Guiot 858095d81b Added Fib tests 2021-09-14 15:35:15 -04:00
Arthur Guiot b734c80d75 Releasing v0.3.6 v0.3.6 2021-06-12 20:13:11 -04:00
Arthur Guiot da1e6deb0f Fixed test 2021-05-21 19:31:03 -04:00
Arthur Guiot 7a25cd2bab Merge remote-tracking branch 'refs/remotes/origin/master' 2021-04-11 15:47:41 -04:00
Arthur Guiot 5079a9c69e Working on regression 2021-04-11 15:47:32 -04:00
Arthur Guiot e50ce0b796 Update CocoaPods.yml 2021-03-30 17:36:24 -04:00
Arthur Guiot 763a828b1e Updated README v0.3.5 2021-03-30 17:29:38 -04:00
Arthur Guiot d342aa3c93 Create CocoaPods.yml 2021-03-30 17:24:32 -04:00
Arthur Guiot 81adcfb67d Releasing v0.3.5 2021-03-30 17:11:30 -04:00
Arthur Guiot 11be1ba41f Made a step towards i18n: Euclid now supports custom decimal and arguments separator 2021-03-30 17:07:33 -04:00
Arthur Guiot 220d40f567 Updated documentation (LaTeX wasn't rendering properly) 2021-03-13 17:19:46 -05:00
Arthur Guiot cd23893841 Path debugging 2021-03-13 16:58:43 -05:00
Arthur Guiot 4ff5786d69 Update jazzy.yml 2021-03-12 20:47:32 -05:00
Arthur Guiot 0f46fa09c0 Deploying Jazzy docs 2021-03-12 20:32:11 -05:00
Arthur Guiot ceae938ecc Github action debugging 2021-03-12 20:24:49 -05:00
Arthur Guiot 02528e4188 Test 2021-03-12 20:22:27 -05:00
Arthur Guiot 7c517edaea Trying to deploy with Jekyll 2021-03-12 20:18:45 -05:00
Arthur Guiot 11cc97f7de Deploying Jazzy docs with Actions 2021-03-12 19:53:31 -05:00
Arthur Guiot 2cba93eb7b Updated swift 2021-03-12 19:39:59 -05:00
Arthur Guiot 264481f98c Improved documentation 2021-03-12 19:26:56 -05:00
Arthur Guiot 3c02e53881 Fixes #15 - Now understand minus after 1st argument 2021-03-12 16:59:52 -05:00
Arthur Guiot 3ac25a4875 Fixing ATAN2, and release v0.3.4 v0.3.4 2021-01-30 09:49:13 -05:00
Arthur Guiot 110e526b97 Fixes #14 (ATAN2) problem 2021-01-29 20:43:50 -05:00
Arthur Guiot f4d862e223 Update .travis.yml 2020-12-21 19:20:03 -05:00
Arthur Guiot 1b020dfedf Fixed tests 2020-12-21 19:18:34 -05:00
Arthur Guiot a60e402b06 Releasing Euler v0.3.3 with improved decimal description v0.3.3 2020-12-21 18:32:14 -05:00
Arthur Guiot 9b85c16f5f Releasing Euler v0.3.2 via Travis (fixing the config file) v0.3.2 2020-11-15 12:06:43 -05:00
Arthur Guiot 9d63731f4a Releasing v0.3.2 with Codable types 2020-11-15 11:58:04 -05:00
Arthur Guiot 7653e2469c Fixed big issue with negative exponents + Releasing v0.3.1 v0.3.1 2020-10-01 20:01:45 -04:00
Arthur Guiot 31e2cfc94d Releasing v0.3.0 v0.3.0 2020-09-14 10:06:28 -04:00
Arthur Guiot 140820c038 Now supporting both types of log in LaTeX parser 2020-09-10 16:50:37 -04:00
Arthur Guiot d014f4f5a4 Improving log support in LaTeX parser 2020-09-10 16:24:53 -04:00
Arthur Guiot 874b5748c3 Releasing v0.2.9 with improved performances v0.2.9 2020-09-10 11:26:18 -04:00
Arthur Guiot 5a8aa6c4ea Deleted TupleMath.swift comment 2020-09-09 22:34:37 -04:00
Arthur Guiot 208b79563a Added tests for Knuth's algorithm D
(Thanks Chip for that)
2020-09-09 21:11:33 -04:00
Arthur Guiot 9d1467fc59 Merge pull request #10 from chipjarred/master
Incorporated Knuth's integer division algorithm, D into Limbs.divMod
2020-09-09 20:49:04 -04:00