Macro relp_num::R64[][src]

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

Shorthand for creating a rational number in tests.