Lines Matching refs:Emin
133 Context(prec=28, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
284 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
309 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
996 .. class:: Context(prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags…
1011 The *Emin* and *Emax* fields are integers specifying the outer limits allowable
1012 for exponents. *Emin* must be in the range [:const:`MIN_EMIN`, :const:`0`],
1022 range ``Emin - prec + 1 <= e <= Emax - prec + 1``. If *clamp* is
1112 Returns a value equal to ``Emin - prec + 1`` which is the minimum exponent
1543 :attr:`Emin` and :attr:`Emax` limits. If possible, the exponent is reduced to
1611 Exponent was lower than :attr:`Emin` prior to rounding.
2135 >>> c.Emin = MIN_EMIN