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