Expand description
Implementation of the Ord
trait on finite float
.
Structsยง
- Finite
Float - 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.
Implementation of the Ord
trait on finite float
.
Ord
trait.
See e.g. this.