Searched defs:_exact_half (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Ddecimal.py1762 if _exact_half(self._int, prec):
1769 if _exact_half(self._int, prec) and \
5941 _exact_half = re.compile('50*$').match variable

Completed in 695 milliseconds