Skip to content

Commit ae8359f

Browse files
Vectorized min max (#3728)
* RemoveRestriction * AddReference * Apply suggestions from code review Co-authored-by: Henrik Tidefelt <[email protected]>
1 parent 3daf6fb commit ae8359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/operatorsandexpressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ \subsection{Numeric Functions and Conversion Operators}\label{numeric-functions-
428428
\end{tabular}
429429
\end{center}
430430

431-
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}.
431+
Except for the \lstinline!String! conversion operator, they are vectorizable according to \cref{scalar-functions-applied-to-array-arguments}.
432432
The \lstinline!min! and \lstinline!max! functions have array-specific variants which perform array reduction operations described in \cref{reduction-functions-and-operators}.
433433

434434
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}.

0 commit comments

Comments
 (0)