Exemplo n.º 1
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
Exemplo n.º 2
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
Exemplo n.º 3
0
 def __new__(cls):
     return Interval.__new__(cls, S.NegativeInfinity, S.Infinity)