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

◆ asin() [5/9]

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

Return the arc sine of the arithmetic argument.

Return the arc sine of the complex argument.

Template Parameters
VArithmetic argument
Parameters
[in]xargument
Returns
arc sine of the argument
Template Parameters
V`complex<Arithmetic> argument
Parameters
[in]xargument
Returns
arc sine of the argument

Definition at line 27 of file asin.hpp.