#7834: Implement conjugate() for RealDoubleElement
--------------------------------+-------------------------------------------
   Reporter:  dagss             |       Owner:  AlexGhitza          
       Type:  defect            |      Status:  new                 
   Priority:  major             |   Milestone:  sage-4.3.1          
  Component:  basic arithmetic  |    Keywords:                      
Work_issues:                    |      Author:  Dag Sverre Seljebotn
   Upstream:  N/A               |    Reviewer:                      
     Merged:                    |  
--------------------------------+-------------------------------------------
 This appears inconsistent, and is an actual problem for me:
 {{{
 sage: ZZ(4).conjugate()
 4
 sage: RR(4).conjugate()
 4.00000000000000
 sage: RDF(4).conjugate()
 ---------------------------------------------------------------------------
 AttributeError                            Traceback (most recent call
 last)

 
/uio/arkimedes/s07/dagss/.sage/temp/corcaroli.uio.no/12687/_uio_arkimedes_s07_dagss__sage_init_sage_0.py
 in <module>()

 AttributeError: 'sage.rings.real_double.RealDoubleElement' object has no
 attribute 'conjugate'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7834>
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.


Reply via email to