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

◆ sinh() [8/9]

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

Return the hyperbolic of a radian-scaled variable (cmath).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
aVariable for radians of angle.
Returns
Hyperbolid Sine of variable.

Definition at line 59 of file sinh.hpp.