Beispiel #1
0
 def setUp(self):
     "initialize guarded and fixed to no guard"
     F.initialize(
         Options(dict(arithmetic='fixed', precision=self.p, guard=self.g)))
     G.initialize(
         Options(dict(arithmetic='guarded', precision=self.p,
                      guard=self.g)))
Beispiel #2
0
 def setUp(self):
     "initialize guarded and rational"
     R.initialize(Options(dict(arithmetic='rational', display=self.p)))
     G.initialize(Options(dict(arithmetic='guarded', precision=self.p, guard=self.g)))
Beispiel #3
0
 def setUp(self):
     "initialize guarded and fixed to no guard"
     F.initialize(Options(dict(arithmetic='fixed', precision=self.p, guard=self.g)))
     G.initialize(Options(dict(arithmetic='guarded', precision=self.p, guard=self.g)))