1
0
mirror of https://github.com/danog/math.git synced 2024-11-30 04:19:31 +01:00
math/tests
Benjamin Morel 271b619453 Rename BigDecimal::dividedAndRemainder() to quotientAndRemainder()
This is consistent with the naming of the BigInteger method.
2015-07-03 17:54:02 +02:00
..
AbstractTestCase.php Remove get prefix in method names 2015-07-03 16:17:23 +02:00
BigDecimalTest.php Rename BigDecimal::dividedAndRemainder() to quotientAndRemainder() 2015-07-03 17:54:02 +02:00
BigIntegerTest.php Add BigNumber::toInteger() and toFloat() methods 2015-07-03 17:22:43 +02:00
BigRationalTest.php Add BigNumber::toInteger() and toFloat() methods 2015-07-03 17:22:43 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00