Rf_dbinom_raw

Function Rf_dbinom_raw 

Source
pub unsafe extern "C" fn Rf_dbinom_raw(
    x: f64,
    n: f64,
    p: f64,
    q: f64,
    give_log: c_int,
) -> f64