Skip to content

Commit 169f13e

Browse files
authored
[simd.alg] Fix range syntax
1 parent 7fe908f commit 169f13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18066,7 +18066,7 @@
1806618066
\pnum
1806718067
\returns
1806818068
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>::].
18069+
all $i$ in the range of \range{0}{basic_simd<T, Abi>::size()}.
1807018070
\end{itemdescr}
1807118071

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

1808918089
\begin{itemdecl}

0 commit comments

Comments
 (0)