Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ tanh() [8/9]

template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::tanh ( const VarMat &  a)
inline

Return the hyperbolic tangent of elements of a.

Template Parameters
Ttype of a
Parameters
aargument
Returns
elementwise hyperbolic tangent of a

Definition at line 57 of file tanh.hpp.