eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

Modular multiplicative inverse #255

Open singhrohan62 opened 5 years ago

singhrohan62 commented 5 years ago

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.