1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 04:14:40 +01:00
math/tests
Benjamin Morel 4f4b9531ed Add BigInteger::gcd()
This computes the greatest common divisor of two large integers.
2015-06-11 23:35:47 +02:00
..
AbstractTestCase.php Tests now run a single calculator instance at a time 2015-01-27 17:38:31 +01:00
BigDecimalTest.php Add getSign() method to BigInteger and BigDecimal 2015-06-07 14:48:49 +02:00
BigIntegerTest.php Add BigInteger::gcd() 2015-06-11 23:35:47 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00