From 169f13e203062f1ef8bf724800e57b0e4c0fa3bb Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:31:14 +0100 Subject: [PATCH] [simd.alg] Fix range syntax --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 5313c5f92e..b9a4778f1d 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -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::]. +all $i$ in the range of \range{0}{basic_simd::size()}. \end{itemdescr} \begin{itemdecl} @@ -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::]. +all $i$ in the range of \range{0}{basic_simd::size()}. \end{itemdescr} \begin{itemdecl}