#5356: 100r returns a Sage integer in the notebook (but commandline works fine)
----------------------+-----------------------------------------------------
Reporter: jason | Owner: boothby
Type: defect | Status: new
Priority: blocker | Milestone:
Component: notebook | Keywords:
----------------------+-----------------------------------------------------
type(100r) returns
<type 'sage.rings.integer.Integer'>
in the notebook in 3.3. Similarly, type(1.0r) returns
<type 'sage.rings.real_mpfr.RealLiteral'>
Both of these examples work fine on the command line (i.e., return python
int and float, respectively).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5356>
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
-~----------~----~----~----~------~----~------~--~---