Error and gamma functions¶
-
template<class
T, classA>
batch<T, A>xsimd::erf(batch<T, A> const &x) noexcept¶ Computes the error function of the batch
x.- Return
the error function of
x.- Parameters
x: batch of floating point values.
-
template<class
T, classA>
batch<T, A>xsimd::erfc(batch<T, A> const &x) noexcept¶ Computes the complementary error function of the batch
x.- Return
the error function of
x.- Parameters
x: batch of floating point values.