Skip to main content

powf

Function powf 

Source
pub fn powf(data: &[f32], exponent: f32) -> Vec<f32>
Expand description

Power: result[i] = data[i].powf(exponent).