#12286: docstring for factorial function mentions unsupported algorithm keyword
------------------------------+---------------------------------------------
Reporter: benjaminfjones | Owner: burcin
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: symbolics | Keywords: factorial function symbolics
sd35.5
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------------+---------------------------------------------
The docstring for the global `factorial` function claims that an optional
keyword `algorithm` can be specified, but currently this raises an error.
{{{
sage: factorial(4, algorithm='pari')
...
TypeError: __call__() got an unexpected keyword argument 'algorithm'
}}}
{{{
sage: factorial(10, algorithm='gmp')
...
TypeError: __call__() got an unexpected keyword argument 'algorithm'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12286>
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.