Click to See Complete Forum and Search --> : Find the gcd and multiplicative inverse


drawmack
11-01-2003, 04:34 PM
In continued reading I found an extended Euclid's algorithm which returns the gcd and the multiplicative inverse, if one exists.

here is an article about it and an example implementation.

drawmack
11-01-2003, 10:40 PM
updated to fix register_globals off error

BuzzLY
11-01-2003, 11:59 PM
... and since you didn't provide an actual page for people to look at, here it is, for a temporary time, of course:

http://www.ultimatespin.com/e_art_example.php

drawmack
11-02-2003, 12:41 AM
thanks buzz, I'm still working on my site. It'll be in my articles area once the site is up.