#10983: new doctest for french book about Sage
-------------------------------------------------+-------------------------
Reporter: casamayou | Owner: mvngu
Type: enhancement | Status:
Priority: major | needs_work
Component: doctest coverage | Milestone: sage-5.13
Keywords: | Resolution:
Authors: Alexandre Casamayou, Marc | Merged in:
Mezzarobba, Paul Zimmermann | Reviewers: Dmitrii
Report Upstream: N/A | Pasechnik
Branch: | Work issues:
Dependencies: | Commit:
| Stopgaps:
-------------------------------------------------+-------------------------
Comment (by zimmerma):
the second doctest failure looks like a regression in Sage, since the
expression {{{2*e}}} is not simplified similarly to {{{e}}}:
{{{
sage: e=log(1/2*sqrt(2)*(sqrt(2) + 1)) + log(1/2*sqrt(2)*(sqrt(2) - 1))
sage: e.simplify_full()
-log(2)
sage: (2*e).simplify_full()
2*log(1/2*sqrt(2)*(sqrt(2) + 1)) + 2*log(1/2*sqrt(2)*(sqrt(2) - 1))
}}}
Should I open a ticket for that?
Paul
--
Ticket URL: <http://trac.sagemath.org/ticket/10983#comment:33>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.