Skip to main content

num

Macro num 

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

Required to convert integets to floats.