Module emath::ordered_float
source · Expand description
Total order on floating point types. Can be used for sorting, min/max computation, and other collection algorithms.
Modules§
- private 🔒
Structs§
- Wraps a floating-point value to add total order and hash. Possible types for
T
aref32
andf64
.
Traits§
- Extension trait to provide
ord()
method.