#11643: Maxima precision
---------------------------+------------------------------------------------
Reporter: eviatarbach | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.2
Component: interfaces | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by mhansen):
There are a couple of issues for this. The first is converting to Maxima
which is currently
{{{
sage: a._maxima_init_()
'8.9875517873681755065917968750000000000000000000000000000000000e9'
}}}
should be done with something like:
calculus.symbolic_expression_from_string
{{{
sage: a._maxima_init_()
'8.987551787368175506591796875b9,fpprec:200'
}}}
Then, there is an issue going from Maxima to Sage. In
{{{sage.calculus.calculus.calculus.symbolic_expression_from_string}}},
{{{sage.rings.real_mpfr.create_RealNumber}}}, but does not pass it any
precision. This should try and detect the precision of the bigfloat.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11643#comment:2>
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.