![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Return 1 if the first argument is strictly greater than 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_gt.hpp.