1
0
mirror of https://github.com/danog/math.git synced 2024-11-26 20:04:46 +01:00
math/tests
Benjamin Morel c1bdb3b9b5 Add BigNumber::toScale()
This allows to convert any BigNumber to a BigDecimal of the given scale.
2015-07-05 13:07:10 +02:00
..
AbstractTestCase.php Remove get prefix in method names 2015-07-03 16:17:23 +02:00
BigDecimalTest.php Remove abstract operators from BigNumber, rename divide methods in BigDecimal 2015-07-04 01:26:05 +02:00
BigIntegerTest.php Add BigNumber::toScale() 2015-07-05 13:07:10 +02:00
BigRationalTest.php Add BigNumber::toScale() 2015-07-05 13:07:10 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00