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

◆ atan() [5/9]

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

Return the arc tangent of the arithmetic argument.

Return the arc tangent of the complex argument.

Template Parameters
VArithmetic argument
Parameters
[in]xargument
Returns
arc tangent of the argument
Template Parameters
Vcomplex<Arithmetic> argument
Parameters
[in]xargument
Returns
arc tangent of the argument

Definition at line 25 of file atan.hpp.