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

◆ asinh() [5/8]

template<typename T , require_not_var_matrix_t< T > * = nullptr, require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr>
auto stan::math::asinh ( const T &  x)
inline

Returns the elementwise asinh() of the input, which may be a scalar or any Stan container of numeric scalars.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Inverse hyperbolic sine of each value in the container.

Definition at line 49 of file asinh.hpp.