Macro impl_float_const

Source
macro_rules! impl_float_const {
    ($fl_ty: tt,$name:tt, $value: expr) => { ... };
}