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

◆ asinh() [7/10]

template<typename Container , require_container_bt< std::is_arithmetic, Container > * = nullptr>
auto stan::math::asinh ( const Container &  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 83 of file asinh.hpp.