Home
last modified time | relevance | path

Searched refs:_NegativeInfinity (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py3099 return _NegativeInfinity
3179 return _NegativeInfinity
3402 return _NegativeInfinity
6208 _NegativeInfinity = Decimal('-Inf') variable
6215 _SignedInfinity = (_Infinity, _NegativeInfinity)