gmp_lcm
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.3.0, PHP 8)
Calculate LCM
Description
gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP
This function computes the least common multiple (lcm) of num1 and num2.
Parameters
num1Parameter
num2Parameter
Return Values
Return