Module tanya.algorithm.comparison
Algorithms for comparing values.
Functions
Name | Description |
---|---|
compare(r1, r2)
|
Compares element-wise two ranges for ordering. |
equal(r1, r2)
|
Compares element-wise two ranges for equality. |
max(args)
|
Finds the largest element in the argument list or a range. |
min(args)
|
Finds the smallest element in the argument list or a range. |