Hyperbolic functions¶
-
template<class
B>
inline batch_type_t<B>xsimd::sinh(const simd_base<B> &x)¶ Computes the hyperbolic sine of the batch
x.- Parameters
x – batch of floating point values.
- Returns
the hyperbolic sine of
x.
-
template<class
B>
inline batch_type_t<B>xsimd::cosh(const simd_base<B> &x)¶ Computes the hyperbolic cosine of the batch
x.- Parameters
x – batch of floating point values.
- Returns
the hyperbolic cosine of
x.
Warning
doxygenfunction: Unable to resolve function “tanh” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:
- B tanh(const B &x)
- B tanh(const B &x)
- template<class B> batch_type_t<B> tanh(const simd_base<B> &x)
-
template<class
B>
inline batch_type_t<B>xsimd::asinh(const simd_base<B> &x)¶ Computes the inverse hyperbolic sine of the batch
x.- Parameters
x – batch of floating point values.
- Returns
the inverse hyperbolic sine of
x.