|
Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
for tests More...
Data Fields | |
| int | gcd |
| the greatest common divisor calculated with the Euclidean algorithm | |
| int | x |
| int | y |
| the values x and y such that ax + by = gcd(a, b) | |
for tests
for IO for div function and corresponding div_t struct
a structure holding the values resulting from the extended Euclidean algorithm