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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py2422 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in class:Decimal
2443 'quantize with one INF')
2458 'target exponent out of bounds in quantize')
2467 'exponent of quantize result too large for current context')
2470 'quantize result has too many digits for current context')
2475 'exponent of quantize result too large for current context')
2478 'quantize result has too many digits for current context')
5045 def quantize(self, a, b): member in class:Context
5055 quantize operation would be greater than precision then an Invalid
5057 an error condition, the exponent of the result of a quantize i
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py2422 def quantize(self, exp, rounding=None, context=None, watchexp=True): member in class:Decimal
2443 'quantize with one INF')
2458 'target exponent out of bounds in quantize')
2467 'exponent of quantize result too large for current context')
2470 'quantize result has too many digits for current context')
2475 'exponent of quantize result too large for current context')
2478 'quantize result has too many digits for current context')
5045 def quantize(self, a, b): member in class:Context
5055 quantize operation would be greater than precision then an Invalid
5057 an error condition, the exponent of the result of a quantize i
[all...]

Completed in 46 milliseconds