Home
last modified time | relevance | path

Searched defs:Underflow (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D_pydecimal.py387 class Underflow(Inexact, Rounded, Subnormal): class
/external/python/cpython2/Lib/
Ddecimal.py359 class Underflow(Inexact, Rounded, Subnormal): class