#10075: Make log gamma symbolic
---------------------------------------------------+------------------------
Reporter: kcrisman | Owner: burcin
Type: enhancement | Status:
needs_review
Priority: major | Milestone: sage-5.0
Component: symbolics | Keywords: sd35.5
Work_issues: | Upstream: N/A
Reviewer: Karl-Dieter Crisman, Benjamin Jones | Author: Karen T.
Kohl, Karl-Dieter Crisman
Merged: | Dependencies: #12507,
#9130
---------------------------------------------------+------------------------
Changes (by benjaminfjones):
* reviewer: Karl-Dieter Crisman => Karl-Dieter Crisman, Benjamin Jones
Comment:
The latest patch [attachment:trac_10075.patch] failed to apply on top of
5.0.beta4 with this patch queue:
{{{
trac_12507_v2.patch
trac_9130-beta_function.2.patch
trac_9130-py_float_segfault.take2.patch
trac_9130-reviewer.patch
}}}
the failure seems to be in `all.py`
{{{
~/sage/latest/devel/sage> hg qpush -v
applying trac_10075.patch
patching file sage/functions/all.py
Hunk #1 FAILED at 15
1 out of 2 hunks FAILED -- saving rejects to file
sage/functions/all.py.rej
}}}
Here is `sage/functions/all.py.rej`
{{{
--- all.py
+++ all.py
@@ -16,7 +16,7 @@
from other import ( ceil, floor, gamma, psi, factorial,
- abs_symbolic, erf, sqrt,
+ abs_symbolic, erf, sqrt, log_gamma,
gamma_inc, incomplete_gamma,
arg, real_part, real,
imag_part, imag, imaginary, conjugate)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10075#comment:14>
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.