On 7/3/05, Tom Anderson <[EMAIL PROTECTED]> wrote: > That's one way. I'd do: > > root = value ** 0.5 > > Does that mean we can expect Guido to drop math.sqrt in py3k? :)
I'd rather like to see a well implemented math.nthroot. 64**(1/3.0) gives 3.9999999999999996, and this error could be avoided. --Fredrik -- http://mail.python.org/mailman/listinfo/python-list