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