Skip to content

Function sinh

function sinh(const T1 &) math

template <numeric T1>
KFR_FUNCTION flt_type<T1> sinh(const T1& x)

Returns the hyperbolic sine of x.

Computes (exp(x) - exp(-x)) / 2 element-wise.

Parameters
x Input value or SIMD vector of values.
Returns
Hyperbolic sine of x, with the floating-point type derived from the input.

Fully qualified name: kfr::sinh(const T1 &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.