Home
last modified time | relevance | path

Searched refs:_power_exact (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py1935 def _power_exact(self, other, p): member in Decimal
2310 ans = self._power_exact(other, context.prec + 1)
/external/python/cpython2/Lib/test/decimaltestdata/
Dextra.decTest240 -- _power_exact.
/external/python/cpython2/Misc/
DNEWS4629 - Issue #12080: Fix a performance issue in Decimal._power_exact that caused