|
gmp_gcdCalculate GCD Description
GMP gmp_gcd(GMPintstring
$num1 , GMPintstring $num2 )
Calculate greatest common divisor of Parameters
Return Values
A positive GMP number that divides into both
Examples
Example #1 gmp_gcd example
The above example will output: 3 See Also
|