Function gsl_sys::gsl_poly_solve_cubic[][src]

pub unsafe extern "C" fn gsl_poly_solve_cubic(
    a: f64,
    b: f64,
    c: f64,
    x0: *mut f64,
    x1: *mut f64,
    x2: *mut f64
) -> c_int