[][src]Function gsl_sys::gsl_stats_long_double_variance_with_fixed_mean

pub unsafe extern "C" fn gsl_stats_long_double_variance_with_fixed_mean(
    data: *const u128,
    stride: usize,
    n: usize,
    mean: f64
) -> f64