[][src]Function cmsis_dsp_sys_pregenerated::arm_sqrt_q31

pub unsafe extern "C" fn arm_sqrt_q31(in_: q31_t, pOut: *mut q31_t) -> Type

@brief Q31 square root function. @param[in] in input value. The range of the input value is [0 +1) or 0x00000000 to 0x7FFFFFFF @param[out] pOut points to square root of input value @return execution status

  • \ref ARM_MATH_SUCCESS : input value is positive
  • \ref ARM_MATH_ARGUMENT_ERROR : input value is negative; *pOut is set to 0