Type Definition libR_sys::integr_fn

source ·
pub type integr_fn = Option<unsafe extern "C" fn(x: *mut f64, n: c_int, ex: *mut c_void)>;
Expand description

../../appl/integrate.c