Macro relp::R128[][src]

macro_rules! R128 {
    ($value:expr) => { ... };
    ($numer:expr, $denom:expr) => { ... };
}
Expand description

Shorthand for creating a rational number in tests.