Classification functions¶
-
template<class
B>
simd_batch_traits<B>::batch_bool_typexsimd::isfinite(const simd_base<B> &x)¶ Determines if the scalars in the given batch
xare finite values, i.e.they are different from infinite or NaN.
- Return
a batch of booleans.
- Parameters
x: batch of floating point values.