doctests: adjust to new sstrrepr output
commitfc28d53d0cd3230e354fb32b0f4227d8171fef2b
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 9 Aug 2008 12:40:52 +0000 (9 16:40 +0400)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 9 Aug 2008 12:40:52 +0000 (9 16:40 +0400)
tree50d6cf0c731f56cfe488db15683abdeffe03b5f2
parentfd510e84d8e80de901bf846b242273f02297d4fd
doctests: adjust to new sstrrepr output

o containers are now printed in human-friendly / hash-stable way
o no 'L' suffix for long integers  (in CAS context there should be just Integer)
o floats are printed through float.__str__ (which has 12 digits precision in
  contrast to float.__repr__ which has 17)

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Ondrej Certik <ondrej@certik.cz>
sympy/core/numbers.py
sympy/integrals/risch.py
sympy/ntheory/factor_.py
sympy/polys/polynomial.py
sympy/polys/rootfinding.py
sympy/solvers/solvers.py