Skip to content

Commit 405c296

Browse files
committed
[simd.complex.math] Wrap "cmplx-func" placeholder in \tcode
1 parent 2725932 commit 405c296

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/numerics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19989,9 +19989,9 @@
1998919989
\returns
1999019990
A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is
1999119991
initialized to the result of \tcode{\placeholder{cmplx-func}(v[$i$])} for all
19992-
$i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} is the
19992+
$i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}} is the
1999319993
corresponding function from \libheader{complex}. If in an invocation of
19994-
\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
19994+
\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would
1999519995
occur, the value of \tcode{ret[$i$]} is unspecified.
1999619996

1999719997
\pnum
@@ -20013,9 +20013,9 @@
2001320013
\returns
2001420014
A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is
2001520015
initialized to the result of \tcode{\placeholder{cmplx-func}(x[$i$], y[$i$])}
20016-
for all $i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func}
20016+
for all $i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}}
2001720017
is the corresponding function from \libheader{complex}. If in an invocation of
20018-
\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
20018+
\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would
2001920019
occur, the value of \tcode{ret[$i$]} is unspecified.
2002020020

2002120021
\pnum

0 commit comments

Comments
 (0)