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