summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index e4e0e69724d..dd852a596d8 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
@@ -47,7 +47,7 @@
% }^^A
% }
%
-% \date{Released 2017/07/19}
+% \date{Released 2017/09/18}
%
% \maketitle
%
@@ -932,8 +932,8 @@
% operation is right associative, hence \texttt{2 ** 2 ** 3} equals
% $2^{2^{3}} = 256$. If \meta{operand_1} is negative or $-0$ then:
% the result's sign is $+$ if the \meta{operand_2} is infinite and
-% $(-1)^p$ if the \meta{operand_2} is $p/q$ with $p$ integer and $q$
-% odd; the result is $+0$ if
+% $(-1)^p$ if the \meta{operand_2} is $p/5^q$ with $p$, $q$ integers;
+% the result is $+0$ if
% |abs(|\meta{operand_1}|)^|\meta{operand_2} evaluates to zero; in
% other cases the \enquote{invalid operation} exception occurs because
% the sign cannot be determined. \enquote{Division by zero} occurs