Order
Order(a, b)
is
0
ifa
equalsb
. Is-1
or1
according to canonical order ofa
andb
.
See
Examples
>> Order(3,4)1
>> Order(4,3)-1
Related terms
NumericalOrder, NumericalSort, Sort
Implementation status
- ✅ - full supported
Order(a, b)
is
0
ifa
equalsb
. Is-1
or1
according to canonical order ofa
andb
.
See
>> Order(3,4)1
>> Order(4,3)-1
NumericalOrder, NumericalSort, Sort