Skip to main content

sqrt

Function sqrt 

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

Square root: result[i] = data[i].sqrt().