macro_rules! define_double {
    ($name:ident, $b:expr, $description:expr) => { ... };
}