#4498: Implement a symbolic version of the arg function
--------------------------------------------------+-------------------------
Reporter: TimothyClemans | Owner: somebody
Type: enhancement | Status: needs_work
Priority: major | Milestone:
sage-wishlist
Component: symbolics | Keywords: beginner,
sd35.5
Work_issues: random tests, Maxima | Upstream: N/A
Reviewer: Karl-Dieter Crisman, Burcin Erocal | Author: Karen T.
Kohl
Merged: | Dependencies:
--------------------------------------------------+-------------------------
Changes (by kcrisman):
* status: needs_review => needs_work
Comment:
It doesn't appear that you messed anything up, except ...
{{{
sage: arg(3.0)
---------------------------------------------------------------------------
<snip>
1426 return x.arg()
1427 except AttributeError:
-> 1428 from sage.rings.complex_field import CC
1429 x = CC(x)
1430 return x.arg()
ImportError: cannot import name CC
}}}
So apparently that won't work. Otherwise the changes are fine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4498#comment:18>
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.