#1173: implement numerical evaluation of erf at complex arguments
-----------------------------+----------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7.1
Component: calculus | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Burcin Erocal | Author: D. S. McNeil
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Changes (by burcin):
* reviewer: => Burcin Erocal
Comment:
Replying to [comment:12 dsm]:
> I'm at a loss for ways to proceed that don't involve modifying
function.pyx, cythonizing, or wrapping the entire function to patch the
holes.
The speed problems can be solved by replacing the zero test `x == 0` with
the example in comment:17:ticket:11143. The patch attached to that ticket
also contains an example call to mpmath without the `prec` clutter.
AFAICT, the only remaining issue with this ticket is the docstring
formatting.
I'd be happy to give positive review to a patch with these changes... :)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1173#comment:13>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.