pub fn mag<E, A, const SIZE: usize>(a: &A) -> Ewhere A: VectorIter<E, SIZE>, E: NdFloat,
Computes the magnitude of a vector.