Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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*}

Expand Down Expand Up @@ -498,6 +499,7 @@ \subsection{Reduction Functions and Operators}\label{reduction-functions-and-ope
\end{lstlisting}\end{synopsis}
\begin{semantics}
Returns the greatest 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*}

Expand Down
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down