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

◆ operator!=() [13/13]

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

Return false 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
false 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 86 of file operator_not_equal.hpp.