ganon
ganon copied to clipboard
A javascript library
There is currently a method called `signedAngle` that lives in `/lib/signedAngle.js`. It is incomplete and needs to be fixed! Return the angle in degrees with the smallest possible absolute value...
There is currently a method called `findPrimeFactorsOfProduct` that lives in `/lib/findPrimeFactorsOfProduct.js`. It is incomplete and needs to be fixed! Write a Function that returns the two prime factors of a...
There is currently a method called `getMapKey` that lives in `/lib/getMapKey.js`. It is incomplete and needs to be fixed! This method should solve the issue to get the nth key...
There are plenty of methods that could be improved upon, more clearly documented, or contain a better suite of tests surrounding them. Please feel free to jump in and help...
Several methods currently are able to return repeating decimals or irrational numbers. We should either standardize the level of precision that our methods return or (better) add in an additional...
The instructions for running the tests do not result in a single test being run always. Example: run `yarn test or` and a tremendous number of tests run. Not sure...
I think it would be really cool to have some sort of centralized resource where we could see all of the methods that have been created in this project. Kind...