Benjamin Morel
37ae7ecd55
Added master branch to Travis and Coveralls badges
2014-09-14 00:07:49 +02:00
Benjamin Morel
04ad891fe0
Added .idea to .gitignore
2014-09-12 11:06:02 +02:00
Benjamin Morel
b80985f588
Added division example for BigDecimal
2014-09-01 22:51:47 +02:00
Benjamin Morel
61968fcee9
Added BigInteger::power()
2014-09-01 19:10:04 +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
09a4aa2895
Imposed a limit on the power() exponent
...
Just discovered that bcpow() on HHVM has a weird exponent limit of 2^27+1 (empirically determined), after which it triggers an "exponent too large in raise" error.
Anyway, an exponent of 1,000,000 is more than reasonable for most, if not all, use cases.
2014-09-01 18:38:00 +02:00
Benjamin Morel
d4a2a45f25
Fixed tests for HHVM with BCMath
2014-09-01 17:38:18 +02:00
Benjamin Morel
e69a567957
Removed unnecessary serialization example from README
2014-09-01 11:37:00 +02:00
Benjamin Morel
ae9701968e
Updated .travis.yml
...
- Use the phpunit version installed via composer
- Do not prefix coveralls with PHP, it's a shell script
2014-08-31 20:51:41 +02:00
Benjamin Morel
5bae57e6db
Removed master branch from badge URL in README
2014-08-31 20:22:28 +02:00
Benjamin Morel
00232e4e1c
Updated composer.json description
2014-08-31 19:33:53 +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
cd90b79eec
Added composer install to .travis.yml, allowed hhvm failures
2014-08-31 14:49:44 +02:00
Benjamin Morel
1b02ccd08d
Added travis-ci configuration file
2014-08-31 14:37:32 +02:00
Benjamin Morel
84a2500109
Added phpunit configuration file
2014-08-31 14:31:00 +02:00
Benjamin Morel
8b55f6abe2
Updated license year
2014-08-31 14:26:10 +02:00
Benjamin Morel
6040f90246
Added composer.json
2014-08-31 14:25:54 +02:00
Benjamin Morel
2b8ebcd55e
Changed tests namespace to Brick\Math\Tests
2014-08-31 14:24:10 +02:00
Benjamin Morel
2d3369bba2
Added README
2014-08-31 14:17:36 +02:00
Benjamin Morel
5dfd5c45d0
Import from the incubator
2014-08-31 12:13:46 +00:00