Searched refs:_iexp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 5887 def _iexp(x, M, L=8): function 5958 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3
|
/external/python/cpython2/Lib/ |
D | decimal.py | 5729 def _iexp(x, M, L=8): function 5800 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3
|