Skip to content

Commit 2521caf

Browse files
authored
[simd.complex.{access,math}] Wrap "cmplx-func" placeholder in \tcode (#8385)
1 parent ff9797d commit 2521caf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/numerics.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17947,7 +17947,7 @@
1794717947
An object of type \tcode{rebind_t<typename T::value_type, basic_vec>}
1794817948
where the $i^\text{th}$ element is initialized to the result of
1794917949
\tcode{\placeholder{cmplx-func}(operator[]($i$))} for all $i$ in the range
17950-
\range{0}{size()}, where \placeholder{cmplx-func} is the corresponding function
17950+
\range{0}{size()}, where \tcode{\placeholder{cmplx-func}} is the corresponding function
1795117951
from \libheader{complex}.
1795217952
\end{itemdescr}
1795317953

@@ -19979,9 +19979,9 @@
1997919979
\returns
1998019980
A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is
1998119981
initialized to the result of \tcode{\placeholder{cmplx-func}(v[$i$])} for all
19982-
$i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} is the
19982+
$i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}} is the
1998319983
corresponding function from \libheader{complex}. If in an invocation of
19984-
\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
19984+
\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would
1998519985
occur, the value of \tcode{ret[$i$]} is unspecified.
1998619986

1998719987
\pnum
@@ -20003,9 +20003,9 @@
2000320003
\returns
2000420004
A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is
2000520005
initialized to the result of \tcode{\placeholder{cmplx-func}(x[$i$], y[$i$])}
20006-
for all $i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func}
20006+
for all $i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}}
2000720007
is the corresponding function from \libheader{complex}. If in an invocation of
20008-
\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
20008+
\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would
2000920009
occur, the value of \tcode{ret[$i$]} is unspecified.
2001020010

2001120011
\pnum

0 commit comments

Comments
 (0)