Searched defs:Underflow (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | _pydecimal.py | 387 class Underflow(Inexact, Rounded, Subnormal): class |
/external/python/cpython2/Lib/ | ||
D | decimal.py | 359 class Underflow(Inexact, Rounded, Subnormal): class |