Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ operator!=() [12/13]

bool stan::math::operator!= ( const var x,
const std::complex< var > &  z 
)
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
xreal number
zcomplex 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 73 of file operator_not_equal.hpp.