Returns Etiny (= Emin - prec + 1)
(self)
| 4046 | __hash__ = None |
| 4047 | |
| 4048 | def Etiny(self): |
| 4049 | """Returns Etiny (= Emin - prec + 1)""" |
| 4050 | return int(self.Emin - self.prec + 1) |
| 4051 | |
| 4052 | def Etop(self): |
| 4053 | """Returns maximum exponent (= Emax - prec + 1)""" |
no outgoing calls