pub fn apply_gain<T>(slice: &mut [T], gain: T)where T: Transcendental<Output = T> + Mul,
Apply gain to slice
slice
gain