pub fn chebyshev_normalize<T: Float, V: VecFloatOps<T> + VecN<T> + SignedNumberOps<T>>(
    a: V
) -> V
Expand description

returns a chebyshevnormalized unit vector of a (where the normalization projects onto the unit cube)