how is the best way to find out if a number is a perfect cube in python? i am working if integer numbers only. i am asking because pow(1728, 1.0/3.0) --> 11.999999999999998
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
