X root Operator help

Tim Golden mail at timgolden.me.uk
Wed Apr 18 08:29:40 EDT 2007


lucidparadox wrote:
> I'm currently new to Python and I haven't been able to find the
> operator/math function to find the square root or even the x root of a
> number.  

Without ever having used it, I would guess
it's the sqrt function in the math module.

(Possibly also of interest: the pow function
in that same module)


TJG



More information about the Python-list mailing list