We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
75ef712
It appears that some distributions of PHP override the default value of "bcmath.scale" to something other than zero.
This release overcomes this issue by always settings bcdiv()'s $scale parameter to zero.
This should fix issues #17, #12, and #10.