1
0
mirror of https://github.com/danog/math.git synced 2024-11-30 04:19:31 +01:00
math/tests
Benjamin Morel 1b8b3e43bb Add basic arithmetic operations to BigNumber
- BigInteger::dividedBy() previous implementation is now quotient()
- BigDecimal::dividedBy() previous implementation is now dividedByWithRounding()
2015-06-26 00:36:19 +02:00
..
AbstractTestCase.php Add basic arithmetic operations to BigNumber 2015-06-26 00:36:19 +02:00
BigDecimalTest.php Add basic arithmetic operations to BigNumber 2015-06-26 00:36:19 +02:00
BigIntegerTest.php Add basic arithmetic operations to BigNumber 2015-06-26 00:36:19 +02:00
BigRationalTest.php Add basic arithmetic operations to BigNumber 2015-06-26 00:36:19 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00