Macro max_float

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