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

◆ operator<=() [1/8]

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

Return true if the first argument has a value less than or equal to the value of the second argument as defined by <=.

Template Parameters
valueand tangent type for variables
Parameters
[in]xfirst argument
[in]ysecond argument
Returns
true if the first argument's value is less than or equal to the second argument's value

Definition at line 21 of file operator_less_than_or_equal.hpp.