Macro native_type_float_op

Source
macro_rules! native_type_float_op {
    ($t:tt, $zero:expr, $one:expr, $min:expr, $max:expr) => { ... };
}