Function LIN_gcd
Defined in File linalg.c
Function Documentation
-
int LIN_gcd(int a, int b)
Greatest common divisor of two integers.
- Parameters:
a – first integer
b – second integer
- Returns:
The greatest common divisor (gcd) of a and b
Defined in File linalg.c
Greatest common divisor of two integers.
a – first integer
b – second integer
The greatest common divisor (gcd) of a and b