Skip to content

Commit 1d6cdd0

Browse files
committed
Fixup: code indentation and use \libheader
1 parent 7d3445b commit 1d6cdd0

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
@@ -16142,7 +16142,7 @@
1614216142

1614316143
template<class V>
1614416144
concept @\defexposconceptnc{simd-complex}@ = // \expos
16145-
@\exposconcept{simd-type}@<V> && @\libconcept{same_as}@<typename V::value_type, complex<@\exposid{simd-complex-value-type}@<V>>>;
16145+
@\exposconcept{simd-type}@<V> && @\libconcept{same_as}@<typename V::value_type, complex<@\exposid{simd-complex-value-type}@<V>>>;
1614616146

1614716147
template<class... Ts>
1614816148
concept @\defexposconceptnc{math-floating-point}@ = // \expos
@@ -17281,7 +17281,7 @@
1728117281
\begin{itemdecl}
1728217282
template<@\exposconcept{simd-floating-point}@ V>
1728317283
constexpr explicit(@\seebelow@)
17284-
basic_simd(const V& reals, const V& imags = {}) noexcept;
17284+
basic_simd(const V& reals, const V& imags = {}) noexcept;
1728517285
\end{itemdecl}
1728617286

1728717287
\begin{itemdescr}
@@ -17614,7 +17614,7 @@
1761417614
where 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 \tcode{<complex>}.
17617+
from \libheader{<complex>}.
1761817618
\end{itemdescr}
1761917619

1762017620
\begin{itemdecl}
@@ -18820,7 +18820,7 @@
1882018820
A \tcode{basic_simd} object \tcode{ret} where the $i^\text{th}$ element is
1882118821
initialized to the result of \tcode{\placeholder{cmplx-func}(v[$i$])} for all
1882218822
$i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} is the
18823-
corresponding function from \tcode{<complex>}. If in an invocation of
18823+
corresponding function from \libheader{<complex>}. If in an invocation of
1882418824
\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
1882518825
occur, the value of \tcode{ret[$i$]} is unspecified.
1882618826

@@ -18842,7 +18842,7 @@
1884218842
A \tcode{basic_simd} object \tcode{ret} where the $i^\text{th}$ element is
1884318843
initialized to the result of \tcode{\placeholder{cmplx-func}(x[$i$], y[$i$])}
1884418844
for all $i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func}
18845-
is the corresponding function from \tcode{<complex>}. If in an invocation of
18845+
is the corresponding function from \libheader{<complex>}. If in an invocation of
1884618846
\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would
1884718847
occur, the value of \tcode{ret[$i$]} is unspecified.
1884818848

0 commit comments

Comments
 (0)