I want to find out an integer part of a square root of a number on python with pylab expansion However, long(sqrt(n)) does not work on large integers. Is there any way to find a integer part of square root of a very large number very quickly? I'm new to python and programming. All I know is while loops and if statements. Thank you
doesn't work?