Skip to content
Closed
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
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18066,7 +18066,7 @@
\pnum
\returns
The result of the element-wise application of \tcode{min(a[$i$], b[$i$])} for
all $i$ in the range of \range{0}{size()}[basic_simd<T, Abi>::].
all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
\end{itemdescr}

\begin{itemdecl}
Expand All @@ -18083,7 +18083,7 @@
\pnum
\returns
The result of the element-wise application of \tcode{max(a[$i$], b[$i$])} for
all $i$ in the range of \range{0}{size()}[basic_simd<T, Abi>::].
all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
\end{itemdescr}

\begin{itemdecl}
Expand Down
Loading