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

◆ operator-() [9/18]

template<typename U , require_autodiff_t< U > >
std::complex< U > stan::math::operator- ( const std::complex< U > &  x)
inline

Return the negation of the argument.

Template Parameters
Uvalue type argument
Parameters
xargument
Returns
negation of the argument

Definition at line 18 of file operator_minus.hpp.