-
-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow different algorithms for evaluating erf #13050
Comments
Attachment: trac_13050_erf_mpmath_eval.patch.gz add mpmath evaluation to erf |
Changed dependencies from 12289 to #12289 |
comment:3
This looks like a duplicate of #1173 to me. |
comment:5
I think that we can repurpose this ticket to adding the algorithm keyword here. Some good examples from #1173 (most were added in #13001):
|
This comment has been minimized.
This comment has been minimized.
erf
to use mpmath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #1173 an mpmath numerical evaluator for
erf
was written by Douglas McNeil. This ticket proposes to save that code, incorporate it with the ability to pass analgorithm
parameter tonumerical_approx
from #12289. We could support Pari, mpmath, and Maxima.It would even be useful to see where Pari is faster.
Depends on #12289
CC: @sagetrac-dsm @kcrisman
Component: symbolics
Keywords: sd40.5 mpmath pari erf
Author: Benjamin Jones
Issue created by migration from https://trac.sagemath.org/ticket/13050
The text was updated successfully, but these errors were encountered: