[][src]Macro over::frac

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

Given two ints, creates and returns a BigRational.