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