algorithms-js icon indicating copy to clipboard operation
algorithms-js copied to clipboard

Added Modular Multiplicative Inverse

Open VictorKubrak opened this issue 6 years ago • 0 comments

Description of new feature, or changes

Added Modular Multiplicative Inverse Receives numbers a and m Returns smallest positive number x so that ax-1 is evenly divisible by m Returns 0 if such x does not exist

Checklist

  • [x] Your branch is up-to-date with the base branch
  • [x] You've included at least one test if this is a new feature
  • [x] All tests are passing

People to notify

@manrajgrover

VictorKubrak avatar Dec 10 '18 02:12 VictorKubrak