Importing SQRT without full python install

Hello everyone
This may be a stupid question, but please help me if you can. I know that the math module is already built into Blender, but how do you access the sqrt (square root) function whithout having a full Python install? Tell me if I don’t make sense. Thanks

Hello, it’s simple to have the sqrt just make a power of 0.5:

sqrt(X)=X**.5

Thanks got it to work :smiley: Im not good at maths :frowning: