pub fn calculate_rms<T>(slice: &[T]) -> f64where T: Transcendental + Mul<Output = T> + Sum,
Calculate RMS of slice
slice
The RMS value