Macro min_float

Source
macro_rules! min_float {
    ($a:expr, $b:expr $(,)?) => { ... };
}