[Michael Hoffman] >> For x root use y**(1/x) [Steve Holden] > >>> 3.14159 ** (1/3) > 1.0 > >>> > > So the cube root of pi is 1? I don't think so. > > For generic roots use y ** (1.0 / x)
Yes, good point. :) -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list