Closed GoogleCodeExporter closed 9 years ago
I stand corrected, this is expected behaviour. Sorry!
Original comment by fur...@gmail.com
on 11 Oct 2012 at 9:02
Thanks for letting me know that it is working as expected.
BTW, if your actual goal is to calculate ceil(sqrt(integer)), the following
sequence will be faster:
x,y = gmpy2.isqrt("432....")
x += bool(y)
If that was just an example, you can ignore my comment. :)
Original comment by casevh
on 12 Oct 2012 at 4:55
Original issue reported on code.google.com by
fur...@gmail.com
on 11 Oct 2012 at 8:57