pub unsafe extern "C" fn LinInterp1D(
arr: *mut f32,
index: f64,
nelem: c_long,
) -> f32Expand description
Given an array of floats, interpolates at the specified noninteger index. Returns first or last array value if index is out of bounds.