macro_rules! impl_for_float {
    ($type: ty) => { ... };
}
Expand description

Implement traits for a float type.