[][src]Function cmsis_dsp_sys_pregenerated::arm_sin_cos_f32

pub unsafe extern "C" fn arm_sin_cos_f32(
    theta: float32_t,
    pSinVal: *mut float32_t,
    pCosVal: *mut float32_t
)

@brief Floating-point sin_cos function. @param[in] theta input value in degrees @param[out] pSinVal points to the processed sine output. @param[out] pCosVal points to the processed cos output.