Vinzent Steinberg

Results 189 comments of Vinzent Steinberg

bc.. Is there actually any disadvantage when simplifying to integer? If not, let's just implement it. p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=53#c8":http://code.google.com/p/mpmath/issues/detail?id=53#c8 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/

bc.. It can store the old information in a list. The point is that you don't know _before_ how large n is, it depends on the values of the derivatives....

bc.. Sorry, I misunderstood you. **Status:** Invalid p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=101#c4":http://code.google.com/p/mpmath/issues/detail?id=101#c4 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/

bc.. The speedup is worth it in my opinion. **Summary:** faster diffs() **Status:** Started p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=101#c8":http://code.google.com/p/mpmath/issues/detail?id=101#c8 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/

bc.. This is indeed better. But maybe it's somewhat cryptic? 1.23e-34\* and 1.23*e-34 are ugly. I'd prefer a character that doesn't correspond to an arithmetic operation. p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=134#c2":http://code.google.com/p/mpmath/issues/detail?id=134#c2...

bc.. Current behaviour: > > > mpmathify('1.23(4)') > > > mpi(mpf('-2.77'), mpf('5.2300000000000004')) > > > mpmathify('1.23+-4') > > > mpi(mpf('-2.77'), mpf('5.2300000000000004')) I'm not aware of the standard notation 1.20(5). What...

bc.. Thank you! So our current implementation is wrong. I like this notation, let's implement it. It's in my opinion better than a special character. And it won't be confused...

bc.. Yeah, that's not too interesting. :) It would be nice to also have mpi.mid +- (mpi.a - mpi.mid) printed optionally. **Labels:** -Type-Defect Type-Enhancement p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=77#c4":http://code.google.com/p/mpmath/issues/detail?id=77#c4 p. Original...

bc.. I think we should port the nice number formatting from hcpy. Things like 1.234 +- 0.3 1.234 +- 2.5% 2143124214214124124...24124124 etc. would be nice for mpmath. It should be...

bc.. I took the parsing and printing from hcpy. someonesdad1, how do you want to be credited? Do you want a copyright notice inside the file (not usual in mpmath...