summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/polexpr/polexpr.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-05 21:56:17 +0000
committerKarl Berry <karl@freefriends.org>2019-02-05 21:56:17 +0000
commit076635117d18350a7f9fa5cf2ca4bd966e513483 (patch)
tree29c269b9f8a3f58e8ab87a8088333c3f47a95fb3 /Master/texmf-dist/doc/latex/polexpr/polexpr.txt
parent55c5791c6ab8cf082514fe407968cf20b165639a (diff)
polexpr (5feb19)
git-svn-id: svn://tug.org/texlive/trunk@49948 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/polexpr/polexpr.txt')
-rw-r--r--Master/texmf-dist/doc/latex/polexpr/polexpr.txt40
1 files changed, 25 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/polexpr/polexpr.txt b/Master/texmf-dist/doc/latex/polexpr/polexpr.txt
index d77361edc4a..836e044f155 100644
--- a/Master/texmf-dist/doc/latex/polexpr/polexpr.txt
+++ b/Master/texmf-dist/doc/latex/polexpr/polexpr.txt
@@ -4,7 +4,7 @@
Package polexpr documentation
===============================
-0.7.2 (2018/12/09)
+0.7.3 (2019/02/04)
==================
.. contents::
@@ -266,10 +266,10 @@ The degree nine polynomial with 0.99, 0.999, 0.9999 as triple roots
In this example, the output will look like this (but using math mode)::
- 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
@@ -292,10 +292,10 @@ survives::
This produces::
- 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
@@ -1756,7 +1756,7 @@ and ``\PolToFloatExpr`` (and their auxiliaries) which need a
For output in this style::
- 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
issue ``\let\PolToExprOneTerm\PolToExprOneTermStyleB`` before usage of
``\PolToExpr``. Note that then ``\PolToExprCmd`` isn't used at all.
@@ -2498,11 +2498,7 @@ CHANGE LOG
- `\\PolSturmNbWithMultOfRootsOf{sturmname}\\LessThanOrEqualTo{value}`_
- `\\PolSturmNbWithMultOfRootsOf{sturmname}\\LessThanOrEqualToExpr{expression}`_
-- v0.7 (2018/12/08) (not released)
-
-- v0.7.1 (2018/12/09) (bugfix)
-
-- v0.7.2 (2018/12/09)
+- v0.7 (2018/12/08), v0.7.1 (bugfix), v0.7.2 (2nd bugfix) (2018/12/09)
* breaking changes:
@@ -2550,6 +2546,20 @@ CHANGE LOG
- `\\PolPrintIntervalsTheSturmName`_
- `\\PolPrintIntervalsTheMultiplicity`_
+- v0.7.3 (2019/02/04)
+
+ * bug fixes:
+
+ - Debugging information not destined to user showed in log if root
+ finding was done under ``\xintverbosetrue`` regime.
+ - `\\PolPrintIntervalsTheVar`_ remained defined after
+ `\\PolPrintIntervals`_ but was left undefined after
+ `\\PolPrintIntervals*`_ (reported by Jürgen Gilg). Now remains
+ defined in both cases, and `\\PolPrintIntervalsTheSturmName`_
+ also.
+ - Polynomial names ending in digits caused errors (reported by Thomas
+ Söll).
+
Acknowledgments
---------------