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

◆ acos() [5/9]

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

Return the arc cosine of the arithmetic argument.

Return the arc cosine of the complex argument.

Template Parameters
VAn Arithmetic argument
Parameters
[in]xargument
Returns
arc cosine of the argument
Template Parameters
Vcomplex<Arithmetic> argument
Parameters
[in]xargument
Returns
arc cosine of the argument

Definition at line 29 of file acos.hpp.