You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting floating point answers from bcdiv in this code, debian
unstable, PHP Version 5.2.11-2.
Fixed it for me, to add the scale argument, i.e.:
$x=bcdiv($x,'256', 0);
Original issue reported on code.google.com by [email protected] on 7 Jan 2010 at 1:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Jan 2010 at 1:17The text was updated successfully, but these errors were encountered: