#2567: import MPFR_PREC_MAX from mpfr.h instead of hard coding it to the 32 bit
limit
--------------------------------+-------------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.5
Component: basic arithmetic | Keywords:
Author: Mike Hansen | Upstream: N/A
Reviewer: Paul Zimmermann | Merged:
Work_issues: |
--------------------------------+-------------------------------------------
Changes (by zimmerma):
* status: needs_review => needs_info
Comment:
while trying to review that ticket, I get with the input in the
description:
{{{
sage: s = pi.str(3000000*log(10,2))
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
/localdisk/tmp/sage-4.4.4/<ipython console> in <module>()
/localdisk/tmp/sage-4.4.4/local/lib/python2.6/site-
packages/sage/structure/element.so in
sage.structure.element.Element.__getattr__
(sage/structure/element.c:2632)()
/localdisk/tmp/sage-4.4.4/local/lib/python2.6/site-
packages/sage/structure/parent.so in
sage.structure.parent.getattr_from_other_class
(sage/structure/parent.c:2835)()
/localdisk/tmp/sage-4.4.4/local/lib/python2.6/site-
packages/sage/structure/parent.so in
sage.structure.parent.raise_attribute_error
(sage/structure/parent.c:2602)()
AttributeError: 'sage.symbolic.expression.Expression' object has no
attribute 'str'
}}}
Is that normal?
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2567#comment:16>
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.