stack-overflow-copy-paste icon indicating copy to clipboard operation
stack-overflow-copy-paste copied to clipboard

Modular multiplicative inverse

Open singhrohan62 opened this issue 6 years ago • 0 comments

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.

singhrohan62 avatar Feb 19 '19 19:02 singhrohan62