Function sinh¶
function sinh(const T1 &) math¶
Returns the hyperbolic sine of x.
Computes (exp(x) - exp(-x)) / 2 element-wise.
| x | Input value or SIMD vector of values. |
| Hyperbolic sine of x, with the floating-point type derived from the input. |
Fully qualified name: kfr::sinh(const T1 &)
Declared at math/hyperbolic.hpp:41
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.