Comment #9 on issue 2418 by pr...@goodok.ru: Interval.evalf() returns a mpmath interval
http://code.google.com/p/sympy/issues/detail?id=2418


1. Now the Interval(...).evalf() returns what is needed.
So, yes, the main issue is fixed.

2. Regarding to_mpi/.to_mpmath.
I searched a sources and:
There are no SymPy classes which have "to_mpi" or "to_mpmath" methods.
There are no code lines with contains "to_mpi" string (except above Interval).
There are no SymPy classes which have "._to_mpi" methods.

But, there are two classes which have "._to_mpmath" methods - (base core interface), and a few lines which use "._to_mpmath". They are about "nsimplify" procedure.

On this basis, I conclude that it is enough to rename a ".to_mpi" in "._to_mpmath" (starting with "_").

And issue can be closed.


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to