Vinzent Steinberg

Results 189 comments of Vinzent Steinberg

I see the following advantages of a low-level crate: 1. Others can use it to build competing high-level bindings. 2. It can be used to access functionionality that is not...

Also see #17.

We could add a `try_*` API returning an `Option` or `Result`, but I'm not sure it's possible to guarantee no `NaN` is returned due to other reasons.

bc.. Sorry, my svn copy was not up to date. exp, sqrt and log are fixed indeed. **Summary:** implement missing functions for intervals **Status:** Started **Owner:** fredrik.johansson p. Original comment:...

bc.. I tried the examples from the pdf. The following ones have different results: > > > 1/mpi(-2,4) > > > [-inf, +inf] # vs. interval([-inf, -0.5], [0.25, inf]) >...

bc.. There is no tanpi in mpmath, so I just took tan. :) p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=67#c6":http://code.google.com/p/mpmath/issues/detail?id=67#c6 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/

``` I think this should be added somewhere in the code base and not in the issue tracker. ``` Original comment: http://code.google.com/p/mpmath/issues/detail?id=184#c1 Original author: https://code.google.com/u/[email protected]/

``` Well, I understood it like a hint for future contributions of code. :) ``` Original comment: http://code.google.com/p/mpmath/issues/detail?id=184#c3 Original author: https://code.google.com/u/[email protected]/

bc.. Let the user choose, like in Python's decimal module (if I recall it correctly)? p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=108#c1":http://code.google.com/p/mpmath/issues/detail?id=108#c1 p. Original author: "https://code.google.com/u/[email protected]/":https://code.google.com/u/[email protected]/

bc.. Also see http://svn.python.org/view/python/trunk/Modules/mathmodule.c?view=markup "These are the "spirit of 754" rules: 1. If the mathematical result is a real number, but of magnitude too large to approximate by a machine...