Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17957,7 +17957,7 @@
An object of type \tcode{rebind_t<typename T::value_type, basic_vec>}
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}

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down