Order
Order(a, b)is
0ifaequalsb. Is-1or1according to canonical order ofaandb.
See
Examples
>> Order(3,4)1
>> Order(4,3)-1Related terms
NumericalOrder, NumericalSort, Sort
Implementation status
- ✅ - full supported
Order(a, b)is
0ifaequalsb. Is-1or1according to canonical order ofaandb.
See
>> Order(3,4)1
>> Order(4,3)-1NumericalOrder, NumericalSort, Sort