Function LIN_gcd

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