sqrt

Function sqrt 

Source
pub fn sqrt<const LANES: usize>(
    input: &[f64],
    null_mask: Option<&Bitmask>,
    null_count: Option<usize>,
) -> Result<FloatArray<f64>, &'static str>