Function libR_sys::R_pretty

source ยท
pub unsafe extern "C" fn R_pretty(
    lo: *mut f64,
    up: *mut f64,
    ndiv: *mut c_int,
    min_n: c_int,
    shrink_sml: f64,
    high_u_fact: *const f64,
    eps_correction: c_int,
    return_bounds: c_int
) -> f64
Expand description

appl/pretty.c: for use in engine.c and util.c