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

◆ operator==() [10/13]

template<typename Arith , require_arithmetic_t< Arith > * = nullptr>
bool stan::math::operator== ( const var a,
Arith  b 
)
inline

Equality operator comparing a variable's value and a double (C++).

Template Parameters
ArithAn arithmetic type
Parameters
aFirst variable.
bSecond value.
Returns
True if the first variable's value is the same as the second value.

Definition at line 42 of file operator_equal.hpp.