Updates:
Status: Fixed
Cc: Vinzent.Steinberg
Labels: -NeedsBetterPatch
Comment #7 on issue 1614 by smichr: Real tuple argument weirdness
http://code.google.com/p/sympy/issues/detail?id=1614
everything in that patch is already part of master. The mpmath part
provided a
c
Updates:
Cc: ondrej.certik
Labels: NeedsReview
Comment #5 on issue 1614 by smichr: Real tuple argument weirdness
http://code.google.com/p/sympy/issues/detail?id=1614
This method is needed to handle the tuples that are loaded/stored during
pickling. A
patch with detailed comment
Comment #3 on issue 1614 by smichr: Real tuple argument weirdness
http://code.google.com/p/sympy/issues/detail?id=1614
I'm not sure of the best thing to do...I don't see any code that uses this
initialization option for a real. I'm tempted to remove it.
Or perhaps the input should be sanitized
Comment #2 on issue 1614 by fredrik.johansson: Real tuple argument weirdness
http://code.google.com/p/sympy/issues/detail?id=1614
The string conversion calls mpf_neg and prepends a "-" if the sign is
nonzero.
mpf_neg assumes the sign to be either 0 or 1, so flipping it returns a
nonzero sign
Updates:
Cc: fredrik.johansson
Comment #1 on issue 1614 by Vinzent.Steinberg: Real tuple argument weirdness
http://code.google.com/p/sympy/issues/detail?id=1614
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of thi
Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium
New issue 1614 by smichr: Real tuple argument weirdness
http://code.google.com/p/sympy/issues/detail?id=1614
While working on increasing test cases to increase the coverage of
core/numbers I noticed that Real can take an mpf tupl