Function mag

Source
pub fn mag(seq: &[f32]) -> f32
Expand description

Calculates the magnitude of the given sequence, same as sqrt(mag2(seq))