Function TA_COS

Source
pub unsafe extern "C" fn TA_COS(
    startIdx: c_int,
    endIdx: c_int,
    inReal: *const f64,
    outBegIdx: *mut c_int,
    outNBElement: *mut c_int,
    outReal: *mut f64,
) -> TA_RetCode