norm

Macro norm 

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

Magnitude/norm: ‖a‖

Euclidean magnitude of the multivector. Computed as sqrt(a† ⊗ a) for the scalar part.