summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-11-12 21:54:24 +0000
committerKarl Berry <karl@freefriends.org>2023-11-12 21:54:24 +0000
commit174532de02419b595f2da72998330f8c8f84c807 (patch)
treec99f917bbf68d26ad035952f046fda3d58ef1e37 /Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
parent7c0d853d6d291453b1aa49191d5f548300dd5a63 (diff)
l3kernel (11nov23)
git-svn-id: svn://tug.org/texlive/trunk@68822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp.dtx9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
index 1391e8b7588..77c7bc625ca 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp.dtx
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Released 2023-11-01}
+% \date{Released 2023-11-09}
%
% \maketitle
%
@@ -143,7 +143,7 @@
% point computations.
% \begin{verbatim}
% \documentclass{article}
-% \usepackage{xparse, siunitx}
+% \usepackage{siunitx}
% \ExplSyntaxOn
% \NewDocumentCommand { \calcnum } { m }
% { \num { \fp_to_scientific:n {#1} } }
@@ -806,6 +806,11 @@
% floating point expression as \texttt{inf} and \texttt{-inf}.
% \end{variable}
%
+% \begin{variable}[added = 2012-05-08, module = fp]{\c_nan_fp}
+% Not a number. This can be input directly in a floating point expression
+% as \texttt{nan}.
+% \end{variable}
+%
% \begin{variable}[updated = 2012-05-08, module = fp]{\c_e_fp}
% The value of the base of the natural logarithm, $\mathrm{e} = \exp(1)$.
% \end{variable}