Module float

Source
Expand description

Implementation of the Ord trait on finite float.

Structsยง

FiniteFloat
A finite float cannot contain NaN, +Inf or -Inf values. We did so in order to be able to implement the Ord trait. See e.g. this.