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