macro_rules! num { () => { ... }; ( $num : expr ) => { ... }; ( $( $num : expr ),+ ) => { ... }; }
Required to convert integets to floats.