Function meos_sys::floatspan_make

source ยท
pub unsafe extern "C" fn floatspan_make(
    lower: f64,
    upper: f64,
    lower_inc: bool,
    upper_inc: bool,
) -> *mut Span