#13110: ComplexNumber should be able to accept the Python complex type
---------------------------+------------------------------------------------
Reporter: eviatarbach | Owner: jason, jkantor
Type: defect | Status: new
Priority: major | Milestone: sage-5.1
Component: numerical | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
---------------------------+------------------------------------------------
`ComplexNumber` does not know how to convert from the Python `complex`
type:
{{{
sage: ComplexNumber(complex('13.8+6.2j'))
TypeError: unable to coerce to a ComplexNumber: <type 'str'>
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13110>
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.