1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 04:14:40 +01:00
math/tests
Benjamin Morel 3195126bbe Introduce a common interface for big numbers
Note that to accommodate the interface, BigDecimal::toBigInteger() does not accept a rounding mode any more.
2015-06-20 10:55:33 +02:00
..
AbstractTestCase.php Add a BigRational class to deal with fractions 2015-06-12 15:49:35 +02:00
BigDecimalTest.php Introduce a common interface for big numbers 2015-06-20 10:55:33 +02:00
BigIntegerTest.php BigInteger::dividedBy() now always returns the quotient 2015-06-12 10:25:00 +00:00
BigRationalTest.php Add BigRational::toBigDecimal() 2015-06-20 00:36:01 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00