File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1761417614where the $i^\text{th}$ element is initialized to the result of
1761517615\tcode{\placeholder{cmplx-func}(operator[]($i$))} for all $i$ in the range
1761617616\range{0}{size()}, where \placeholder{cmplx-func} is the corresponding function
17617- from \libheader{< complex> }.
17617+ from \libheader{complex}.
1761817618\end{itemdescr}
1761917619
1762017620\begin{itemdecl}
1882118821A \tcode{basic_simd} object \tcode{ret} where the $i^\text{th}$ element is
1882218822initialized to the result of \tcode{\placeholder{cmplx-func}(v[$i$])} for all
1882318823$i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} is the
18824- corresponding function from \libheader{< complex> }. If in an invocation of
18824+ corresponding function from \libheader{complex}. If in an invocation of
1882518825\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
1882618826occur, the value of \tcode{ret[$i$]} is unspecified.
1882718827
1884318843A \tcode{basic_simd} object \tcode{ret} where the $i^\text{th}$ element is
1884418844initialized to the result of \tcode{\placeholder{cmplx-func}(x[$i$], y[$i$])}
1884518845for all $i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func}
18846- is the corresponding function from \libheader{< complex> }. If in an invocation of
18846+ is the corresponding function from \libheader{complex}. If in an invocation of
1884718847\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
1884818848occur, the value of \tcode{ret[$i$]} is unspecified.
1884918849
You can’t perform that action at this time.
0 commit comments