cmul

Macro cmul 

Source
macro_rules! cmul {
    ($a:expr, $b:expr) => { ... };
}
Expand description

Builds a Term::Mul from two Terms.