Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

calculate the multiplicative inverse of a number (however large) using Euclid's Extended Division Lemma

Notifications You must be signed in to change notification settings

tfpf/Euclid-Extended_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Euclid Extended Algorithm

The GNU Multiple Precision Library offers a function to calculate the modular multiplicative inverse of a multiple-precision number given the modulus (also a multiple-precision number). This program does the same, but shows all the steps of Euclid's Division Lemma, which is used to calculate the multiplicative inverse.

About

calculate the multiplicative inverse of a number (however large) using Euclid's Extended Division Lemma

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages