Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return 1 if the first argument is greater than or equal to the second.
Equivalent to x1 >= x2
.
T1 | type of first argument |
T2 | type of second argument |
x1 | first argument |
x2 | second argument |
true
if x1 >= x2
Definition at line 18 of file logical_gte.hpp.