diff --git a/Source/FastMathFunctions/arm_cos_f32.c b/Source/FastMathFunctions/arm_cos_f32.c index 4483e3ef..e9a7d7b1 100644 --- a/Source/FastMathFunctions/arm_cos_f32.c +++ b/Source/FastMathFunctions/arm_cos_f32.c @@ -52,8 +52,8 @@ where
- b = Table[index]; - c = Table[index+1]; + a = Table[index]; + b = Table[index+1];*/