[][src]Module un_algebra::numeric::order

Numeric ordering tests.

Traits and implementations of numeric ordering--that is, ordering with an "epsilon" or error term. Usually, this means ordering of floating point values.

Traits

NumOrd

Numeric ordering predicates.