Extended Euclidean Algorithm Computer
Runs the extended Euclidean algorithm to express the GCD of two numbers a and b in the form as + bt.
The program is written in JavaScript, and runs on the client computer. Most implementations seem to handle numbers of up to 16 digits correctly.