logo
macro_rules! num {
    () => { ... };
    ( $num : expr ) => { ... };
    ( $( $num : expr ),+ ) => { ... };
}
Expand description

Required to convert integets to floats.