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

◆ sinh() [5/9]

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

Return the hyperbolic sine of the arithmetic argument.

Return the hyperbolic sine of the complex argument.

Template Parameters
VAn arithmetic argument
Parameters
[in]xargument
Returns
hyperbolic sine of the argument
Template Parameters
Vcomplex<Arithmetic> argument
Parameters
[in]xargument
Returns
hyperbolic sine of the argument

Definition at line 22 of file sinh.hpp.