예제 #1
0
파일: fancysets.py 프로젝트: atsao72/sympy
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
예제 #2
0
 def __new__(cls):
     return Interval.__new__(cls, -S.Infinity, S.Infinity)
예제 #3
0
 def __new__(cls):
     return Interval.__new__(cls, S.NegativeInfinity, S.Infinity)