Ticket #1128 (closed defect: fixed)
[with-patch+review] Coercion of complex numbers
| Reported by: | robertwb | Owned by: | roed |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: ComplexField(200)(1) + RealField(100)(1) <type 'exceptions.TypeError'>: unsupported operand parent(s) for '+': 'Complex Field with 200 bits of precision' and 'Real Field with 100 bits of precision'
Should return an element of ComplexField?(100)
This should be an easy fix, see
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

