#1588: after #1566, new errors in converting symbolic compositions to
polynomials
are exposed.
----------------------+-----------------------------------------------------
Reporter: mhansen | Owner: was
Type: defect | Status: new
Priority: minor | Milestone: sage-4.0
Component: calculus | Keywords:
----------------------+-----------------------------------------------------
Changes (by burcin):
* milestone: sage-4.0.1 => sage-4.0
Comment:
This works on 4.0.rc0:
{{{
sage: sqrt(2).polynomial(RealField(212))
1.41421356237309504880168872420969807856967187537694807317667974
sage: sqrt(2).polynomial(ComplexField(212))
1.41421356237309504880168872420969807856967187537694807317667974
sage: (sqrt(2)*x).polynomial(RDF['x'])
1.41421356237*x
}}}
The doctests after line 3635 of sage/symbolic/expression.pyx test this.
This bug should be closed as fixed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1588#comment:2>
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
-~----------~----~----~----~------~----~------~--~---