We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe908f commit 169f13eCopy full SHA for 169f13e
source/numerics.tex
@@ -18066,7 +18066,7 @@
18066
\pnum
18067
\returns
18068
The result of the element-wise application of \tcode{min(a[$i$], b[$i$])} for
18069
-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()}.
18070
\end{itemdescr}
18071
18072
\begin{itemdecl}
@@ -18083,7 +18083,7 @@
18083
18084
18085
The result of the element-wise application of \tcode{max(a[$i$], b[$i$])} for
18086
18087
18088
18089
0 commit comments