1
2
3
4
use ordered_float::OrderedFloat;

/// Defines the standard float type that should be used.
pub type O64 = OrderedFloat<f64>;