mag

Function mag 

Source
pub fn mag<E, A, const SIZE: usize>(a: &A) -> E
where A: VectorIter<E, SIZE>, E: NdFloat,
Expand description

Computes the magnitude of a vector.