Returns Etiny (= Emin - prec + 1)
(self)
| 4079 | __hash__ = None |
| 4080 | |
| 4081 | def Etiny(self): |
| 4082 | """Returns Etiny (= Emin - prec + 1)""" |
| 4083 | return int(self.Emin - self.prec + 1) |
| 4084 | |
| 4085 | def Etop(self): |
| 4086 | """Returns maximum exponent (= Emax - prec + 1)""" |
no outgoing calls
no test coverage detected