![]() |
Python
1.0
|
Namespaces | |
_04b_intsqrt | |
Finding int(sqrt) of a given number, by using Newton's Method. | |
Functions | |
def | _04b_intsqrt.intsqrt (n) |
Calculates the integer part of the square root of a long. More... | |
def | _04b_intsqrt.isqrt (n) |
Python 3.8. More... | |
def | _04b_intsqrt.main (argv=None) |