#2562: [with patch, needs review] minor symbolic doc things
-------------------------+--------------------------------------------------
Reporter: zimmerma | Owner: was
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.1.2
Component: calculus | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by kcrisman):
Most of the issues above (as well as the typos in the patch) are no longer
in Sage. Of those that are, the issue about inexactness is fine, because
1.9393 is not in fact in SR, but SR(1.9393) is inexact in that sense.
It is true that help for is_SymbolicVariable and is_SymbolicExpressionRing
is nonexistent, for Python reasons, apparently:
{{{
sage: is_SymbolicExpressionRing??
Error getting source: could not find class definition
Type: partial
...
partial(func, *args, **keywords) - new function with partial application
of the given arguments and keywords.
}}}
But this can go on a new ticket.
The new patch fixes the rest.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2562#comment:1>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---