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

◆ conj() [1/5]

template<typename T >
std::complex< fvar< T > > stan::math::conj ( 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 conj.hpp.