dev-master
9999999-devAllows to compute the least common multiple and the greatest common divisor.
MIT
The Development Requires
v0.1
0.1.0.0Allows to compute the least common multiple and the greatest common divisor.
MIT
The Development Requires
 Wallogit.com
                    
                    2017 © Pedro PelĂĄez
                         Wallogit.com
                    
                    2017 © Pedro PelĂĄez
                    
                    
                    
                    
                
                
            
Allows to compute the least common multiple and the greatest common divisor.
Allows to compute: - the least common multiple - the greatest common divisor, (*1)
<?php use lukaszmakuch\Math; //the least common multiple echo Math::lcm(3, 4); //12 //the greatest common divisor echo Math::gcd(8, 12); //4
$ composer require lukaszmakuch/math
Allows to compute the least common multiple and the greatest common divisor.
MIT
Allows to compute the least common multiple and the greatest common divisor.
MIT