Dave Angel <da...@davea.name> writes:
> If I were trying to get a bound for stopping the divide operation, on
> a value too large to do exact real representation, I'd try doing just
> a few iterations of Newton's method.

Python ninja trick: math.log works on bignums too large to be
represented as floats ;-)
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to