1
0
mirror of https://github.com/danog/math.git synced 2024-11-30 04:19:31 +01:00
math/tests
Benjamin Morel 38a6b8c342 Add BigNumber::toInteger() and toFloat() methods
These methods are implemented by BigInteger, BigDecimal and BigRational.

- toInteger() returns an exact value or throws an exception
- toFloat() returns an approximate value
2015-07-03 17:22:43 +02:00
..
AbstractTestCase.php Remove get prefix in method names 2015-07-03 16:17:23 +02:00
BigDecimalTest.php Add BigNumber::toInteger() and toFloat() methods 2015-07-03 17:22:43 +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