Searched defs:is_subnormal (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | decimal.py | 3049 def is_subnormal(self, context=None): member in Decimal |
/external/python/cpython3/Lib/ | ||
D | _pydecimal.py | 3151 def is_subnormal(self, context=None): member in Decimal |