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

◆ logical_lte()

template<typename T1 , typename T2 >
bool stan::math::logical_lte ( const T1  x1,
const T2  x2 
)
inline

Return 1 if the first argument is less than or equal to the second.

Equivalent to x1 <= x2.

Template Parameters
T1type of first argument
T2type of second argument
Parameters
x1first argument
x2second argument
Returns
true iff x1 <= x2

Definition at line 18 of file logical_lte.hpp.