Open GoogleCodeExporter opened 9 years ago
In fact, looking at this again, you could probably do with using a string in
asBCvalue() as well, strictly speaking the bcpow function needs string inputs:
return bcdiv((string) $this->n, bcpow('10', (string) $this->e));
Original comment by harvey.r...@gmail.com
on 14 Nov 2010 at 4:33
Original issue reported on code.google.com by
harvey.r...@gmail.com
on 14 Nov 2010 at 4:28