Example #1
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
Example #2
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
Example #3
0
 def __new__(cls):
     return Interval.__new__(cls, S.NegativeInfinity, S.Infinity)