diff --git a/chapters/arrays.tex b/chapters/arrays.tex index 744de603c..19eb5b131 100644 --- a/chapters/arrays.tex +++ b/chapters/arrays.tex @@ -470,6 +470,7 @@ \subsection{Reduction Functions and Operators}\label{reduction-functions-and-ope \end{lstlisting}\end{synopsis} \begin{semantics} Returns the least element of the scalars $x$ and $y$; as defined by \lstinline!!. +Vectorizable according to \cref{scalar-functions-applied-to-array-arguments}. \end{semantics} \end{operatordefinition*} diff --git a/chapters/operatorsandexpressions.tex b/chapters/operatorsandexpressions.tex index 3be828310..8c410a8d9 100644 --- a/chapters/operatorsandexpressions.tex +++ b/chapters/operatorsandexpressions.tex @@ -428,7 +428,7 @@ \subsection{Numeric Functions and Conversion Operators}\label{numeric-functions- \end{tabular} \end{center} -Except for the \lstinline!min!, \lstinline!max! and the \lstinline!String! conversion operator they are vectorizable according to \cref{scalar-functions-applied-to-array-arguments}. +Except for the \lstinline!String! conversion operator they are vectorizable according to \cref{scalar-functions-applied-to-array-arguments}. The \lstinline!min! and \lstinline!max! functions have array-specific variants which perform array reduction operations described in \cref{reduction-functions-and-operators}. Additional non-event generating mathematical functions are described in \cref{built-in-mathematical-functions-and-external-built-in-functions}, whereas the event-triggering mathematical functions are described in \cref{event-triggering-mathematical-functions}.