Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clemmy/fasteea

I basically made this on a whim to aid with some of my MATH135 proofs. It takes in two inputs and outputs a table of x, y, quotients, and remainders through each iteration of the Extended Euclidean Algorithm.
https://github.com/clemmy/fasteea

Last synced: about 1 month ago
JSON representation

I basically made this on a whim to aid with some of my MATH135 proofs. It takes in two inputs and outputs a table of x, y, quotients, and remainders through each iteration of the Extended Euclidean Algorithm.

Awesome Lists containing this project

README

        

FastEEA
=======

I basically made this on a whim to aid with some of my MATH135 proofs. It takes in two inputs and outputs a table of x, y, quotients, and remainders through each iteration of the Extended Euclidean Algorithm.