I saw this post recently, about getting square roots in python: How to calc square root in python?
I have used the sqrt(x)
command, but I don't know how to make it work for cube roots and anything higher than that.
Also, I'm using Python 3.5.2.
Any help on this?