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

◆ operator==() [13/13]

bool stan::math::operator== ( const std::complex< var > &  z,
const var y 
)
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
zcomplex number
yreal 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 82 of file operator_equal.hpp.