Macro over::frac [] [src]

macro_rules! frac {
    ( $int1:expr, $int2:expr ) => { ... };
}

Given two ints, returns a BigRational.