Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
There was an error while loading. Please reload this page.
Hi @kentcdodds , I would like to add modular multiplicative inverse function. Here is the link: https://stackoverflow.com/questions/26985808/calculating-the-modular-inverse-in-javascript
So, the function will be:
modularMultiplicativeInverse(5,7)and it would return 10.