summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3fp.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-02 03:04:13 +0000
committerNorbert Preining <norbert@preining.info>2023-11-02 03:04:13 +0000
commit2da66dea964ffa47d24f26081f2942a6e1ef1121 (patch)
tree74283568549892324b317485ab0a26dc23917afb /macros/latex/contrib/l3kernel/l3fp.dtx
parenta9d0083bcc66de9ea863ed14cf8cde44e88e4355 (diff)
CTAN sync 202311020304
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3fp.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3fp.dtx17
1 files changed, 9 insertions, 8 deletions
diff --git a/macros/latex/contrib/l3kernel/l3fp.dtx b/macros/latex/contrib/l3kernel/l3fp.dtx
index 578d568978..1391e8b758 100644
--- a/macros/latex/contrib/l3kernel/l3fp.dtx
+++ b/macros/latex/contrib/l3kernel/l3fp.dtx
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Released 2023-10-23}
+% \date{Released 2023-11-01}
%
% \maketitle
%
@@ -768,7 +768,8 @@
% \end{syntax}
% Defines the \meta{identifier} to stand in any further expression for
% the result of evaluating the \meta{floating point expression}, with
-% the \meta{identifier} accepting the \meta{vars} (a comma list).
+% the \meta{identifier} accepting the \meta{vars} (a non-empty
+% comma-separated list).
% The result may contain other functions, which are
% then replaced by their results if they have any. For instance,
% \begin{quote}
@@ -1376,10 +1377,10 @@
% \end{syntax}
% Computes the arcsine, arccosine, arccosecant, or arcsecant of the
% \meta{fp expr} and returns the result in degrees, in the range
-% $[-90,90]$ for \texttt{asin} and \texttt{acsc} and $[0,180]$ for
-% \texttt{acos} and \texttt{asec}. For a result in radians, use
-% \texttt{asin}, \emph{etc.} If the argument of |asin| or |acos| lies
-% outside the range $[-1,1]$, or the argument of |acsc| or |asec|
+% $[-90,90]$ for \texttt{asind} and \texttt{acscd} and $[0,180]$ for
+% \texttt{acosd} and \texttt{asecd}. For a result in radians, use
+% \texttt{asin}, \emph{etc.} If the argument of |asind| or |acosd| lies
+% outside the range $[-1,1]$, or the argument of |acscd| or |asecd|
% inside the range $(-1,1)$, an \enquote{invalid operation} exception
% is raised. \enquote{Underflow} and \enquote{overflow} occur when
% appropriate.
@@ -1424,8 +1425,8 @@
% \cs{fp_eval:n} \{ |acotd(| \meta{fp expr} |)| \}
% \cs{fp_eval:n} \{ |acotd(| \meta{fp expr_1} , \meta{fp expr_2} |)| \}
% \end{syntax}
-% Those functions yield an angle in degrees: \texttt{atand} and
-% \texttt{acotd} are their analogs in radians. The one-argument
+% Those functions yield an angle in degrees: \texttt{atan} and
+% \texttt{acot} are their analogs in radians. The one-argument
% versions compute the arctangent or arccotangent of the
% \meta{fp expr}: arctangent takes values in the range $[-90,90]$, and
% arccotangent in the range $[0,180]$. The two-argument arctangent