Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
euclidean_result Struct Reference

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)
 

Detailed Description

for tests

for IO for div function and corresponding div_t struct

a structure holding the values resulting from the extended Euclidean algorithm


The documentation for this struct was generated from the following file: