Searched refs:_sqrt_nearest (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddecimal.py5535 def _sqrt_nearest(n, a): function
5543 raise ValueError("Both arguments to _sqrt_nearest should be positive.")
5602 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
/external/python/cpython3/Lib/
H A D_pydecimal.py5732 def _sqrt_nearest(n, a): function
5740 raise ValueError("Both arguments to _sqrt_nearest should be positive.")
5799 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))

Completed in 97 milliseconds