1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 12:24:45 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Benjamin Morel
32e898a3c2 Add release process notes
[ci skip]
2015-06-20 23:54:06 +02:00
Benjamin Morel
f4e1f9b5ff Add specific version for composer 2015-06-20 00:11:24 +02:00
Benjamin Morel
0a8b269952 README notes about BigRational 2015-06-13 00:14:37 +02:00
Benjamin Morel
1ff8b8b2d3 More notes about serializing 2015-06-12 12:59:24 +02:00
Benjamin Morel
cc30889769 BigInteger::dividedBy() now always returns the quotient
Rounding is a concept left to BigDecimal only from now on.
2015-06-12 10:25:00 +00:00
Benjamin Morel
de917b9e17 Add license badge 2015-06-07 15:18:07 +02:00
Benjamin Morel
427faf03dc Reverted comment on HHVM
This component does not make use of typed variadics, so HHVM is already supported.
2015-06-07 15:06:25 +02:00
Benjamin Morel
b0a784c402 Add note about facebook/hhvm#4858 bug 2015-06-05 10:31:04 +02:00
Benjamin Morel
a93fc20205 Fix BigDecimal::dividedBy() example 2015-06-05 10:19:23 +02:00
Benjamin Morel
d246c7b02d Next version will require PHP 5.6 2015-05-22 13:12:06 +02:00
Benjamin Morel
80b85d3859 Added precision about serialization 2015-01-27 18:00:31 +01:00
Benjamin Morel
cdd6257fd0 Present rounding modes as a table 2015-01-27 17:57:57 +01:00
Benjamin Morel
fb6f790702 Changed badges to SVG 2015-01-21 20:02:37 +01:00
Benjamin Morel
8bf792b5d2 Fixed typo 2014-11-21 11:37:53 +01:00
Benjamin Morel
37ae7ecd55 Added master branch to Travis and Coveralls badges 2014-09-14 00:07:49 +02:00
Benjamin Morel
b80985f588 Added division example for BigDecimal 2014-09-01 22:51:47 +02:00
Benjamin Morel
d2a9a1300c Added official HHVM support
HHVM is not an allowed failure anymore in Travis.
2014-09-01 18:55:10 +02:00
Benjamin Morel
e69a567957 Removed unnecessary serialization example from README 2014-09-01 11:37:00 +02:00
Benjamin Morel
5bae57e6db Removed master branch from badge URL in README 2014-08-31 20:22:28 +02:00
Benjamin Morel
f93bc1e053 Added package contents to README, updated composer recommendation 2014-08-31 17:52:14 +02:00
Benjamin Morel
016b1388f5 Added coveralls.io configuration 2014-08-31 16:50:06 +02:00
Benjamin Morel
7f547a9d37 Added documentation to README 2014-08-31 15:57:11 +02:00
Benjamin Morel
2d3369bba2 Added README 2014-08-31 14:17:36 +02:00