Commit Graph

16 Commits

Author SHA1 Message Date
747e8d1197 Create BaseX.php (#140)
* Create BaseX.php

This function let's you calculate base X of any number <11

* Update BaseX.php

* Update DIRECTORY.md

* Update BaseX.php

* Update BaseX.php

* Update DIRECTORY.md

Co-authored-by: Brandon Johnson <darwinz>

* Update MathsTest.php

* Update tests/Maths/MathsTest.php

Co-authored-by: Brandon Johnson <darwinz>

* Update MathsTest.php

* Update tests/Maths/MathsTest.php

Co-authored-by: Brandon Johnson <darwinz>

* Update tests/Maths/MathsTest.php

Co-authored-by: Brandon Johnson <darwinz>

---------

Co-authored-by: Brandon Johnson <darwinz>
2023-12-13 10:30:45 -07:00
e0d414bb4a Added Fast Inverse Square root (#142) 2023-10-30 12:22:15 -06:00
2553639335 Add Greatest Common Divisor 2023-10-22 21:35:08 +01:00
a305f06efe fix maths test structure 2023-10-04 23:09:58 +03:30
9c2726203c fix cs errors to follow the psr12 standard and also some minor fixes 2023-10-04 21:50:32 +03:30
50f436eb17 fix mode method to return multiple modes if needed 2023-09-16 16:45:18 +03:30
da64ca9207 BUGFIX: median function and median tests, fix Issue #102 2023-02-02 17:21:33 +01:00
d1e6a000f0 Add tests for mean function 2023-01-29 12:17:30 +01:00
6a67bf2606 mean, median, mode (#83)
* mean median mode

* update DIRECTORY

* just renaming

* adding unit tests

* organizing the file

* ops missed this one
2022-10-15 22:41:56 -06:00
648c5626ed Added neon number checker 2022-10-11 17:16:44 +05:00
e18738b14f Added Armstrong checker 2022-10-10 12:46:00 +05:00
c848316a08 Code refactoring 2022-10-09 16:46:29 +05:00
7535486226 Updated function name to avoid collision 2022-10-07 15:54:58 +05:00
f23fbb7f91 Added Palindrome checker 2022-10-06 21:23:15 +05:00
35ed4625eb update fibonacciSearch.php to FibonacciSearch.php for consistency 2022-07-31 23:06:45 -06:00
7da4a850fd meta: add tests/Maths, move ProjectEuler into Maths, code style updates 2022-07-31 22:19:40 -06:00