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

◆ asinh() [5/10]

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

Return the hyperbolic arc sine of the arithmetic argument.

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

Definition at line 30 of file asinh.hpp.