Searched refs:to_sci_string (Results 1 – 4 of 4) sorted by relevance
2208 d = c.to_sci_string(Decimal(10))2209 self.assertEqual(c.to_sci_string(10), d)2210 self.assertRaises(TypeError, c.to_sci_string, '10')
5368 def to_sci_string(self, a): member in Context
674 such as :meth:`to_eng_string` and :meth:`to_sci_string`.
1470 .. method:: to_sci_string(x)