Function coth¶
function coth(const T1 &) math¶
Returns the hyperbolic cotangent of x.
Computes (exp(2x) + 1) / (exp(2x) - 1) element-wise. The result is undefined where x is 0.
| x | Input value or SIMD vector of values (must be nonzero). |
| Hyperbolic cotangent of x, with the floating-point type derived from the input. |
Fully qualified name: kfr::coth(const T1 &)
Declared at math/hyperbolic.hpp:83
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.