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

◆ asinh() [7/8]

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

The inverse hyperbolic sine function for variables (C99).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
xThe variable.
Returns
Inverse hyperbolic sine of the variable.

Definition at line 73 of file asinh.hpp.