javascript-algorithms/src/algorithms/math
Oleksii Trekhleb 477f30b0bd Fix markup.
2020-10-05 22:26:24 +03:00
..
bits Fix markup. 2020-10-05 22:26:24 +03:00
complex-number Chore(math-translation-FR-fr): a pack of translations for the math section (#558) 2020-10-05 22:13:47 +03:00
euclidean-algorithm Chore(math-translation-FR-fr): a pack of translations for the math section (#558) 2020-10-05 22:13:47 +03:00
factorial Chore(math-translation-FR-fr): a pack of translations for the math section (#558) 2020-10-05 22:13:47 +03:00
fast-powering Chore(math-translation-FR-fr): a pack of translations for the math section (#558) 2020-10-05 22:13:47 +03:00
fibonacci Chore(math-translation-FR-fr): a pack of translations for the math section (#558) 2020-10-05 22:13:47 +03:00
fourier-transform Chore(math-translation-FR-fr): a pack of translations for the math section (#558) 2020-10-05 22:13:47 +03:00
integer-partition Update README for integer partition. 2018-06-22 14:50:38 +03:00
is-power-of-two Avoid using toBeTruthy() and toBeFalsy() because of type coercion. 2018-07-26 16:14:26 +03:00
least-common-multiple Minor fixes. (#91) 2018-07-04 17:53:22 +03:00
liu-hui Refactor liuHui. 2018-06-12 17:29:57 +03:00
pascal-triangle Upgrade dependencies and fix ESLint issues. 2020-07-26 13:06:15 +02:00
primality-test Avoid using toBeTruthy() and toBeFalsy() because of type coercion. 2018-07-26 16:14:26 +03:00
radian Upgrade dependencies and fix ESLint issues. 2020-07-26 13:06:15 +02:00
sieve-of-eratosthenes Code styling fixes for Sieve of Eratosthenes. 2018-06-03 09:34:48 +03:00
square-root Add square root finding algorithm. 2019-03-23 13:44:24 +02:00