summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/polexpr/polexprcore.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/polexpr/polexprcore.tex')
-rw-r--r--Master/texmf-dist/tex/generic/polexpr/polexprcore.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/polexpr/polexprcore.tex b/Master/texmf-dist/tex/generic/polexpr/polexprcore.tex
index 3648bc8ccb2..8dcc893844b 100644
--- a/Master/texmf-dist/tex/generic/polexpr/polexprcore.tex
+++ b/Master/texmf-dist/tex/generic/polexpr/polexprcore.tex
@@ -1,7 +1,9 @@
-%% This file polexprcore.tex is part of the polexpr package (0.8.5, 2021/11/30)
-%% Core routines to match infix operators +, -, *, //, /:, ^, ** and some
-%% functions
-%% The atoms representing polynomials inside \xintexpr are
+%% filename: polexprcore.tex
+%% Part of the polexpr package (0.8.6, 2022/01/09)
+%%
+%% Core routines for infix operators +, -, *, //, /:, ^, ** and functions
+%%
+%% Memo: the atoms representing polynomials inside \xintexpr are
%% - for constants: a numeric value (indistinguishable. from scalars)
%% - for degree at least 1: P<degree>.{c0}{c1}....{cN} with N = degree
%% Auxiliaries