#5079: overly greedy RealNumber handling in preparser
------------------------+---------------------------------------------------
 Reporter:  boothby     |       Owner:  boothby 
     Type:  defect      |      Status:  new     
 Priority:  major       |   Milestone:  sage-3.3
Component:  interfaces  |    Keywords:          
------------------------+---------------------------------------------------
 This is an amalgamation of #4806, #4459, and #1599.  The RealNumber
 wrapper is too greedy.

 {{{
    1.exp() -> RealNumber(1.e)xp()
    1.rational_reconstruction() -> 1.ational_reconstruction()
    1.e+10 -> RealNumber(1.e)+10
    1._xgcd() -> RealNumber(1.)_xgcd()
 }}}

 One patch should do it all.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5079>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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