Type Alias Num

Source
pub type Num = OrderedFloat<f64>;

Aliased Type§

struct Num(pub f64);

Fields§

§0: f64