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

◆ asinh() [9/10]

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 71 of file asinh.hpp.