8000 Tags · danhunsaker/bcmath · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: danhunsaker/bcmath

Tags

v1.1.3

Toggle v1.1.3's commit message
Fix PHPDoc errors (#2)

Some of the new PHPDocs are inaccurate; fix them.

Also force the scale to be an integer.

v1.1.2

Toggle v1.1.2's commit message
Revert `BC::add(val, 0)` to `BC::intval(val)` replacements

Because that's not the same as `BC::add(val, 0, 0)`, the very definition of `BC::intval(val)`...

v1.1.1

Toggle v1.1.1's commit message
Add \ and ** operators to the parser

Use \ for integer division regardless of the scale, and ** for `BC::pow()`.

v1.1.0

Toggle v1.1.0's commit message
Document ::parse() method

v1.0.1

Toggle v1.0.1's commit message
PHPSpec Code Coverage version fix for PHP5.4

So Travis can install and run tests successfully.

v1.0.0

Toggle v1.0.0's commit message
Update composer version requirements

0