pub fn powf(data: &[f32], exponent: f32) -> Vec<f32>
Power: result[i] = data[i].powf(exponent).
result[i] = data[i].powf(exponent)