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