Function libR_sys::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