From 27259325be1337312920ce4fe42eae7b6afdeb3d Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 2 Nov 2025 09:59:20 +0100 Subject: [PATCH 1/2] [simd.complex.access] Wrap "cmplx-func" placeholder in \tcode --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index fd16c521e8..5fe266c394 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -17957,7 +17957,7 @@ An object of type \tcode{rebind_t} where the $i^\text{th}$ element is initialized to the result of \tcode{\placeholder{cmplx-func}(operator[]($i$))} for all $i$ in the range -\range{0}{size()}, where \placeholder{cmplx-func} is the corresponding function +\range{0}{size()}, where \tcode{\placeholder{cmplx-func}} is the corresponding function from \libheader{complex}. \end{itemdescr} From 405c2962ec2fe459d24a31baabb2d4481e869573 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 2 Nov 2025 10:00:27 +0100 Subject: [PATCH 2/2] [simd.complex.math] Wrap "cmplx-func" placeholder in \tcode --- source/numerics.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 5fe266c394..cd0efaf508 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -19989,9 +19989,9 @@ \returns A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is initialized to the result of \tcode{\placeholder{cmplx-func}(v[$i$])} for all -$i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} is the +$i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}} is the corresponding function from \libheader{complex}. If in an invocation of -\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would +\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would occur, the value of \tcode{ret[$i$]} is unspecified. \pnum @@ -20013,9 +20013,9 @@ \returns A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is initialized to the result of \tcode{\placeholder{cmplx-func}(x[$i$], y[$i$])} -for all $i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} +for all $i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}} is the corresponding function from \libheader{complex}. If in an invocation of -\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would +\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would occur, the value of \tcode{ret[$i$]} is unspecified. \pnum