Macro float_gte

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