Hridyanshu 55ff0ade85 docs: fixed misleading comment about the array method (forEach instead of reduce) used in AverageMean.js (#1727) 5 天之前
..
test 79b93d35b6 style: remove redundant eslint suppressions (#1667) 4 月之前
Abs.js c5a25665e0 bug: abs returns 0 on an empty array (#1473) 1 年之前
AliquotSum.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Area.js ef832f6920 merge: add areaTriangleWithAllThreeSides method in Math/Area.js (#875) 2 年之前
ArithmeticGeometricMean.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
ArmstrongNumber.js 964ba049d7 fix: optimised armstrongNumber code (#1374) 1 年之前
AutomorphicNumber.js 9a875264cc prettier fixes & added test cases for Project Euler problem 4 (#1566) 1 年之前
AverageMean.js 55ff0ade85 docs: fixed misleading comment about the array method (forEach instead of reduce) used in AverageMean.js (#1727) 5 天之前
AverageMedian.js 0604d06ac6 fix: Average Median code cleanup (#1388) 1 年之前
BinaryConvert.js bbdb5cf38a merge: Binary Convert (#865) 2 年之前
BinaryExponentiationIterative.js 072523d594 merge: Fix spellings (#821) 3 年之前
BinaryExponentiationRecursive.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
BinomialCoefficient.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
BisectionMethod.js 34a663aca7 fix: hadnle zeros at the endpoints in `BisectionMethod` (#1640) 6 月之前
CheckKishnamurthyNumber.js 83b4dd8290 fix: cleanup `CheckKishnamurthyNumber` (#1626) 7 月之前
CircularArc.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
CoPrimeCheck.js 8734dfccf9 fix: handle zeros in `CoPrimeCheck` (#1622) 7 月之前
CollatzSequence.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Coordinate.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
CountNumbersDivisible.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
DecimalExpansion.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
DecimalIsolate.js 072523d594 merge: Fix spellings (#821) 3 年之前
DegreeToRadian.js 988177915f Corrections 3 年之前
Determinant.js a24450a629 feat: add determinant algorithm (#1438) 1 年之前
EuclideanDistance.js 342382932d feat: Added Euclidean Distance (#1418) 1 年之前
EulerMethod.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
EulersTotient.js b13b12e88c chore: merge Fix/742 migrate doctest to jest (#749) 3 年之前
EulersTotientFunction.js fdda80fc6b Fix grammar. 3 年之前
ExponentialFunction.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
ExtendedEuclideanGCD.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Factorial.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Factors.js cd6ec65e54 Add Algorithms to Math with tests (#429) 4 年之前
FareyApproximation.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
FermatPrimalityTest.js 002b10a5aa docs: fix typos (#1283) 1 年之前
Fibonacci.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
FigurateNumber.js 072523d594 merge: Fix spellings (#821) 3 年之前
FindHcf.js e112434dee Add tests to Math (#423) 4 年之前
FindLcm.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
FindMaxRecursion.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
FindMin.js de2708990d merge: Add FindMin (#849) 2 年之前
FindMinIterator.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
FriendlyNumbers.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
GetEuclidGCD.js bd34e9fa61 feat: remove duplicated `gcd`-like functions (#1642) 7 月之前
GridGet.js e112434dee Add tests to Math (#423) 4 年之前
HexagonalNumber.js d6be3a4e96 algorithm: Hexagonal number (#1265) 1 年之前
IntToBase.js 35e1fe68d0 algorithm: add IntToBase algo and a test for it (#1258) 2 年之前
IsDivisible.js 95a8ec08ed merge: More accurate error message at `IsDivisible` (#1048) 2 年之前
IsEven.js da6c22704e merge: refactor `isEven` function (#920) 2 年之前
IsOdd.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
IsPronic.js dc67506272 merge: Add pronic number implementation (#1023) 2 年之前
IsSquareFree.js c7f9bf961c algorithm: Square free integer (#1104) 2 年之前
JugglerSequence.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
LeapYear.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
LinearSieve.js 7c39839714 merge: Add LinearSieve.js (#828) 3 年之前
LiouvilleFunction.js d1152144aa algorithm: Liouville function (#1100) 2 年之前
LucasSeries.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Mandelbrot.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
MatrixExponentiationRecursive.js 072523d594 merge: Fix spellings (#821) 3 年之前
MatrixMultiplication.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
MeanAbsoluteDeviation.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
MeanSquareError.js e112434dee Add tests to Math (#423) 4 年之前
MidpointIntegration.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
MobiusFunction.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
ModularArithmetic.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
ModularBinaryExponentiationRecursive.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
NumberOfDigits.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Palindrome.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
ParityOutlier.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
PascalTriangle.js 10febce31a style: cleanup `PascalTriangle` (#1606) 8 月之前
PerfectCube.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
PerfectNumber.js cd6ec65e54 Add Algorithms to Math with tests (#429) 4 年之前
PerfectSquare.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
PermutationAndCombination.js 3f32320c85 Comply with ESM. Convert live code example to Jest test. 3 年之前
PiApproximationMonteCarlo.js ad41e8cc1c fix: spellings which are making ci fail (#1089) 2 年之前
Polynomial.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Pow.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
PowLogarithmic.js c1c895bebd chore: Add PowLogarithmic in Math (#836) 2 年之前
PrimeCheck.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
PrimeFactors.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
QuadraticRoots.js f271a2cae0 Added QuadraticRoots to Math/QuadraticRoots.js (#1376) 1 年之前
RadianToDegree.js a55248a3b7 Added RadianToDegree.js and RadianToDegree.test.js in Maths directory 3 年之前
ReverseNumber.js fb0a99c15a fix: throw error and add tests for `ReverseNumber` (#1608) 8 月之前
ReversePolishNotation.js e112434dee Add tests to Math (#423) 4 年之前
RowEchelon.js 3823eded0a feat: add row echelon matrix algorithm (#1454) 1 年之前
ShorsAlgorithm.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
SieveOfEratosthenes.js 072523d594 merge: Fix spellings (#821) 3 年之前
SieveOfEratosthenesIntArray.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Signum.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
SimpsonIntegration.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
Softmax.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
SquareRoot.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
SquareRootLogarithmic.js c39d6665ce algorithm: logarithmic square root (#1259) 2 年之前
SumOfDigits.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
SumOfGeometricProgression.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
TwoSum.js 1de5ab7d71 Feat: TwoSum function created with test cases (#1399) 1 年之前
Volume.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
WhileLoopFactorial.js 9513bcd77a merge: WhileLoopFactorial: Optimize and add tests (#992) 2 年之前
ZellersCongruenceAlgorithm.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前
isPalindromeIntegerNumber.js 86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407) 1 年之前