ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
This operation returns whether the left operand compares greater-than the right operand. More...
Inherits Operator< internal::gt< D1, D2, D3, implementation > >.
This operation returns whether the left operand compares greater-than the right operand.
Mathematical notation: \( \odot(x,y) \to x > y \).
The result is cast from bool
to D3.