Skip to main content

vec_sqrt

Function vec_sqrt 

Source
pub fn vec_sqrt(dst: &mut [f32], src: &[f32])
Expand description

Square root: dst[i] = sqrt(src[i]).