wedge

Macro wedge 

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

Wedge/outer product: a ∧ b

Creates higher-grade elements from lower-grade ones. Anticommutative: a ∧ b = -(b ∧ a)