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