Trait numeric_float::Numeric [] [src]

pub trait Numeric {
    type Float;
}

This trait is implemented for all numeric float types in this crate.

Associated Types

type Float

The corresponding "full float" type.

Implementors