diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/polexpr/polexpr.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/polexpr/polexpr.html | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/polexpr/polexpr.html b/Master/texmf-dist/doc/latex/polexpr/polexpr.html index 39044a2ea54..63780d79efa 100644 --- a/Master/texmf-dist/doc/latex/polexpr/polexpr.html +++ b/Master/texmf-dist/doc/latex/polexpr/polexpr.html @@ -362,7 +362,7 @@ ul.auto-toc { <body> <div class="document" id="package-polexpr-documentation"> <h1 class="title">Package polexpr documentation</h1> -<h2 class="subtitle" id="id1">0.7.2 (2018/12/09)</h2> +<h2 class="subtitle" id="id1">0.7.3 (2019/02/04)</h2> <!-- comment: -*- fill-column: 72; mode: rst; -*- --> <div class="contents topic" id="contents"> @@ -753,10 +753,10 @@ of dichotomy method.</p> </pre> <p>In this example, the output will look like this (but using math mode):</p> <pre class="literal-block"> -x^9 − 8.9667x^8 + 35.73400293x^7 − 83.070418400109x^6 + 124.143648875193123x^5 -− 123.683070924326075877x^4 + 82.149260397553075617891x^3 -− 35.07602992699900159127007x^2 + 8.7364078733314648368671733x -− 0.967100824643585986488103299 +x^9 - 8.9667x^8 + 35.73400293x^7 - 83.070418400109x^6 + 124.143648875193123x^5 +- 123.683070924326075877x^4 + 82.149260397553075617891x^3 +- 35.07602992699900159127007x^2 + 8.7364078733314648368671733x +- 0.967100824643585986488103299 The multiplicity is 3 at the root x = 0.99 The multiplicity is 3 at the root x = 0.999 @@ -778,10 +778,10 @@ survives:</p> </pre> <p>This produces:</p> <pre class="literal-block"> -x^9 − 8.9667x^8 + 35.73400293x^7 − 83.070418400109x^6 + 124.143648875193123x^5 -− 123.683070924326075877x^4 + 82.149260397553075617891x^3 -− 35.07602992699900159127007x^2 + 8.7364078733314648368671733x -− 0.967100824643585986488103298 +x^9 - 8.9667x^8 + 35.73400293x^7 - 83.070418400109x^6 + 124.143648875193123x^5 +- 123.683070924326075877x^4 + 82.149260397553075617891x^3 +- 35.07602992699900159127007x^2 + 8.7364078733314648368671733x +- 0.967100824643585986488103298 The multiplicity is 1 for the root such that 0.98 < x < 0.99 The multiplicity is 1 for the root such that 0.9991 < x < 0.9992 @@ -2078,7 +2078,7 @@ Holds the default package meaning of <blockquote> <p>For output in this style:</p> <pre class="literal-block"> -2*x^11/3+3*x^8/7-x^5−x^4/4−x^3−x^2/2−2*x+1 +2*x^11/3+3*x^8/7-x^5-x^4/4-x^3-x^2/2-2*x+1 </pre> <p>issue <tt class="docutils literal">\let\PolToExprOneTerm\PolToExprOneTermStyleB</tt> before usage of <tt class="docutils literal">\PolToExpr</tt>. Note that then <tt class="docutils literal">\PolToExprCmd</tt> isn't used at all. @@ -2816,11 +2816,7 @@ acts like the <a class="reference internal" href="#polsturmisolatezeros">non-sta </li> </ul> </li> -<li><p class="first">v0.7 (2018/12/08) (not released)</p> -</li> -<li><p class="first">v0.7.1 (2018/12/09) (bugfix)</p> -</li> -<li><p class="first">v0.7.2 (2018/12/09)</p> +<li><p class="first">v0.7 (2018/12/08), v0.7.1 (bugfix), v0.7.2 (2nd bugfix) (2018/12/09)</p> <ul class="simple"> <li>breaking changes:<ul> <li>although <a class="reference internal" href="#polprintintervals-varname-sturmname">\PolPrintIntervals[varname]{sturmname}</a> default output @@ -2870,6 +2866,22 @@ existed (thanks to Thomas Söll for report).</li> </li> </ul> </li> +<li><p class="first">v0.7.3 (2019/02/04)</p> +<ul class="simple"> +<li>bug fixes:<ul> +<li>Debugging information not destined to user showed in log if root +finding was done under <tt class="docutils literal">\xintverbosetrue</tt> regime.</li> +<li><a class="reference internal" href="#polprintintervalsthevar">\PolPrintIntervalsTheVar</a> remained defined after +<a class="reference internal" href="#polprintintervals">\PolPrintIntervals</a> but was left undefined after +<a class="reference internal" href="#id18">\PolPrintIntervals*</a> (reported by Jürgen Gilg). Now remains +defined in both cases, and <a class="reference internal" href="#polprintintervalsthesturmname">\PolPrintIntervalsTheSturmName</a> +also.</li> +<li>Polynomial names ending in digits caused errors (reported by Thomas +Söll).</li> +</ul> +</li> +</ul> +</li> </ul> </div> <div class="section" id="acknowledgments"> |