Crate float_ord [] [src]

Order floating point numbers, into this ordering:

NaN | -Infinity | x < 0 | -0 | +0 | x > 0 | +Infinity | NaN

Structs

FloatOrd

A wrapper for floats, that implements total equality and ordering.