1
0
mirror of https://github.com/danog/math.git synced 2025-01-06 04:48:19 +01:00
math/tests
Benjamin Morel 97c7c45c51 All BigNumber subclasses now have zero(), one() and ten() factory methods
These methods are optimized for re-usability, and other methods now internally use them.
2015-07-03 15:36:57 +02:00
..
AbstractTestCase.php Add quotient and remainder methods to BigRational 2015-07-03 13:32:13 +02:00
BigDecimalTest.php All BigNumber subclasses now have zero(), one() and ten() factory methods 2015-07-03 15:36:57 +02:00
BigIntegerTest.php All BigNumber subclasses now have zero(), one() and ten() factory methods 2015-07-03 15:36:57 +02:00
BigRationalTest.php All BigNumber subclasses now have zero(), one() and ten() factory methods 2015-07-03 15:36:57 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00