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