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

◆ operator==() [2/13]

template<typename T >
bool stan::math::operator== ( const fvar< T > &  x,
double  y 
)
inline

Return true if the the first variable has a value equal to the second argument as defined by by ==.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
true if the arguments have equal values

Definition at line 34 of file operator_equal.hpp.