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