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

◆ cosh() [8/9]

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

Return the hyperbolic cosine of the specified variable (cmath).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
aVariable.
Returns
Hyperbolic cosine of variable.

Definition at line 58 of file cosh.hpp.