Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py2051 def _power_exact(self, other, p): member in Decimal
2426 ans = self._power_exact(other, context.prec + 1)
/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/Misc/NEWS.d/
D2.7.3rc1.rst1330 Fix a performance issue in Decimal._power_exact that caused some corner-case
/external/python/cpython3/Lib/test/decimaltestdata/
Dextra.decTest240 -- _power_exact.
/external/python/cpython2/Lib/test/decimaltestdata/
Dextra.decTest240 -- _power_exact.