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
8 changes: 3 additions & 5 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19579,12 +19579,10 @@
constexpr @\exposid{math-common-simd-t}@<V0, V1, V2> lerp(const V0& a, const V1& b, const V2& t) noexcept;
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> assoc_laguerre(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& n, const
rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& m,
const V& x);
rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& m, const V& x);
template<@\exposconcept{math-floating-point}@ V>
@\exposid{deduced-vec-t}@<V> assoc_legendre(const rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& l, const
rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& m,
const V& x);
rebind_t<unsigned, @\exposid{deduced-vec-t}@<V>>& m, const V& x);
template<class V0, class V1>
@\exposid{math-common-simd-t}@<V0, V1> beta(const V0& x, const V1& y);
template<@\exposconcept{math-floating-point}@ V> @\exposid{deduced-vec-t}@<V> comp_ellint_1(const V& k);
Expand Down Expand Up @@ -19730,7 +19728,7 @@
\begin{itemdecl}
template<class T, class Abi>
constexpr basic_vec<T, Abi> modf(const type_identity_t<basic_vec<T, Abi>>& value,
basic_vec<T, Abi>* iptr);
basic_vec<T, Abi>* iptr);
\end{itemdecl}

\begin{itemdescr}
Expand Down