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

◆ complex_cos()

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

Return the cosine of the complex argument.

Template Parameters
Tvalue type of argument
Parameters
[in]zargument
Returns
cosine of the argument

Definition at line 72 of file cos.hpp.