Exemple #1
0
 def __init__(self):
     NumberSet.__init__(self, 'Complexes', r'\mathbb{C}', context=__file__)
Exemple #2
0
 def __init__(self):
     NumberSet.__init__(self, 'Rationals', r'\mathbb{Q}', context=__file__)
Exemple #3
0
 def __init__(self):
     NumberSet.__init__(self, 'Reals', r'\mathbb{R}', context=__file__)
Exemple #4
0
 def __init__(self):
     NumberSet.__init__(self,
                        'RealsNonNeg',
                        r'\mathbb{R}^{\ge 0}',
                        context=__file__)
Exemple #5
0
 def __init__(self):
     NumberSet.__init__(self, 'NaturalsNonNeg', r'\mathbb{Q}^{\geq 0}',
                        context=__file__)
Exemple #6
0
 def __init__(self):
     NumberSet.__init__(self, 'NaturalsPos', r'\mathbb{Q}^+',
                        context=__file__)
Exemple #7
0
 def __init__(self):
     NumberSet.__init__(self, 'Integers', r'\mathbb{Z}', context=__file__)