Trait FloatNum
line_drawing
pub trait FloatNum: Float + NumAssignOps { fn cast<T: NumCast>(value: T) -> Self { ... } }
All the floating-point primitives.
fn cast<T: NumCast>(value: T) -> Self
impl<T: Float + NumAssignOps> FloatNum for T