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