|
LIBRARY#include <xtend/math.h> -lxtend SYNOPSISunsigned long 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 ALSOlcm(3) Visit the GSP FreeBSD Man Page Interface. |