MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Etiny

Method Etiny

tools/python-3.11.9-amd64/Lib/_pydecimal.py:4081–4083  ·  view source on GitHub ↗

Returns Etiny (= Emin - prec + 1)

(self)

Source from the content-addressed store, hash-verified

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)"""

Callers 7

__truediv__Method · 0.80
_fixMethod · 0.80
__pow__Method · 0.80
quantizeMethod · 0.80
expMethod · 0.80
next_minusMethod · 0.80
next_plusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected