![]() |
![]()
| ![]() |
![]()
NAMExt_gcd() - Greatest common divisor LIBRARY#include <xtend/math.h> -lxtend SYNOPSISunsigned long xt_gcd(unsigned long a, unsigned long b) ARGUMENTSa, b: Numbers for which to find GCD DESCRIPTIONComputes the greatest common divisor of two natural numbers a and b. RETURN VALUESThe greatest common divisor of a and b. SEE ALSOxt_lcm(3)
|