Skip to main content

findInterval2_unchecked

Function findInterval2_unchecked 

Source
unsafe extern "C-unwind" fn findInterval2_unchecked(
    xt: *const f64,
    n: c_int,
    x: f64,
    rightmost_closed: Rboolean,
    all_inside: Rboolean,
    left_open: Rboolean,
    ilo: c_int,
    mflag: *mut c_int,
) -> c_int
Expand description

Extended interval finding with left-open option. Unchecked FFI binding for findInterval2. Generated from source location line 3603, column 8. Generated from source file miniextendr-api/src/ffi.rs.