|
89 | 89 | * [Abs](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Abs.js) |
90 | 90 | * [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.js) |
91 | 91 | * [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.test.js) |
| 92 | + * [ArmstrongNumber](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ArmstrongNumber.js) |
92 | 93 | * [AverageMean](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js) |
93 | 94 | * [digitSum](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/digitSum.js) |
94 | 95 | * [Factorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js) |
| 96 | + * [Factors](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js) |
95 | 97 | * [Fibonacci](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js) |
96 | 98 | * [FindHcf](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js) |
97 | 99 | * [FindLcm](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js) |
98 | 100 | * [GridGet](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/GridGet.js) |
99 | 101 | * [isDivisible](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/isDivisible.js) |
100 | 102 | * [MeanSquareError](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/MeanSquareError.js) |
101 | 103 | * [ModularBinaryExponentiationRecursive](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ModularBinaryExponentiationRecursive.js) |
| 104 | + * [NumberOfDigits](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/NumberOfDigits.js) |
102 | 105 | * [Palindrome](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Palindrome.js) |
103 | 106 | * [PascalTriangle](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PascalTriangle.js) |
| 107 | + * [PerfectCube](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PerfectCube.js) |
| 108 | + * [PerfectNumber](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PerfectNumber.js) |
| 109 | + * [PerfectSquare](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PerfectSquare.js) |
104 | 110 | * [PiApproximationMonteCarlo](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PiApproximationMonteCarlo.js) |
105 | 111 | * [Polynomial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Polynomial.js) |
106 | 112 | * [PrimeCheck](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PrimeCheck.js) |
107 | 113 | * [ReversePolishNotation](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ReversePolishNotation.js) |
108 | 114 | * [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js) |
| 115 | + * test |
| 116 | + * [ArmstrongNumber](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ArmstrongNumber.test.js) |
| 117 | + * [Factors](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factors.test.js) |
| 118 | + * [NumberOfDigits](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/NumberOfDigits.test.js) |
| 119 | + * [PerfectCube](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PerfectCube.test.js) |
| 120 | + * [PerfectNumber](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PerfectNumber.test.js) |
| 121 | + * [PerfectSquare](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PerfectSquare.test.js) |
109 | 122 |
|
110 | 123 | ## Project-Euler |
111 | 124 | * [Problem1](https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler/Problem1.js) |
|
0 commit comments