Trait line_drawing::FloatNum [] [src]

pub trait FloatNum: Float + NumAssignOps {
    fn cast<T: NumCast>(value: T) -> Self { ... }
}

All the floating-point primitives.

Provided Methods

Implementors