ARM IT 8 лет назад
Родитель
Сommit
8c019d4906
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c

+ 1 - 1
CMSIS/DSP/Source/FastMathFunctions/arm_sin_f32.c

@@ -40,7 +40,7 @@
  * Computes the trigonometric sine function using a combination of table lookup
  * and linear interpolation.  There are separate functions for
  * Q15, Q31, and floating-point data types.
- * The input to the floating-point version is in radians while the
+ * The input to the floating-point version is in radians and in the range [0 2*pi) while the
  * fixed-point Q15 and Q31 have a scaled input with the range
  * [0 +0.9999] mapping to [0 2*pi).  The fixed-point range is chosen so that a
  * value of 2*pi wraps around to 0.