You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
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.The text was updated successfully, but these errors were encountered: