[][src]Function gsl_sys::gsl_vector_float_minmax

pub unsafe extern "C" fn gsl_vector_float_minmax(
    v: *const gsl_vector_float,
    min_out: *mut f32,
    max_out: *mut f32
)