Macro float_gt

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