1.4.4.26 Fract_XtimesY_Q31 Function
fract_q31_t Fract_XtimesY_Q31(fract_q31_t x, fract_q31_t y );
Summary
Calculates product of X*Y for Q31 fixed point
Description
Calculates product of X*Y for Q31 fixed point
Preconditions
None
Parameters
x Q31 multiplicand
y Q31 multiplicand
Returns
Q31 product x*y
Remarks
Since both x and y are Q31 fixed point numbers the product x*y is also Q31.
C
fract_q31_t Fract_XtimesY_Q31 (fract_q31_t x , fract_q31_t y );