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

◆ arg() [1/3]

template<typename T >
fvar< T > stan::math::arg ( const std::complex< fvar< T > > &  z)
inline

Return the phase angle of the complex argument.

Template Parameters
Tvalue type of autodiff variable
Parameters
[in]zargument
Returns
phase angle of the argument

Definition at line 19 of file arg.hpp.