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

◆ asinh() [5/9]

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

Return the hyperbolic arc sine of the arithmetic argument.

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

Return the hyperbolic arc sine of the complex argument.

Template Parameters
VAn arithmetic type
Parameters
[in]xargument
Returns
hyperbolic arc sine of the argument
Template Parameters
Va complex type with inner arithmetic type.
Parameters
[in]xargument
Returns
hyperbolic arc sine of the argument
Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Inverse hyperbolic sine of each value in the container.

Definition at line 30 of file asinh.hpp.