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

◆ operator==() [12/13]

bool stan::math::operator== ( const var x,
const std::complex< var > &  z 
)
inline

Return true if the real number is equal to the real part of the complex number, and the imaginary part of the complex number is zero.

Parameters
xreal number
zcomplex number
Returns
true if the real number is equal to the real part of the complex number, and the imaginary part of the complex number is zero

Definition at line 69 of file operator_equal.hpp.