Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xt_gcd(3)		    Library Functions Manual		       xt_gcd(3)

NAME
     xt_gcd() - Greatest common divisor

LIBRARY
     #include <xtend/math.h>
     -lxtend

SYNOPSIS
     unsigned long   xt_gcd(unsigned long a, unsigned long b)

ARGUMENTS
     a, b: Numbers for which to find GCD

DESCRIPTION
     Computes the greatest common divisor of two natural numbers a and b.

RETURN VALUES
     The greatest common divisor of a and b.

SEE ALSO
     xt_lcm(3)

								       xt_gcd(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_gcd&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help