From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- Documentation/DSP/html/group__group_fast_math.html | 142 +++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 Documentation/DSP/html/group__group_fast_math.html (limited to 'Documentation/DSP/html/group__group_fast_math.html') diff --git a/Documentation/DSP/html/group__group_fast_math.html b/Documentation/DSP/html/group__group_fast_math.html new file mode 100644 index 0000000..702d4b5 --- /dev/null +++ b/Documentation/DSP/html/group__group_fast_math.html @@ -0,0 +1,142 @@ + + + + + +Fast Math Functions +CMSIS-DSP: Fast Math Functions + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Fast Math Functions
+
+
+ + + + + + + + +

+Content

 Cosine
 
 Sine
 
 Square Root
 
+

Description

+

This set of functions provides a fast approximation to sine, cosine, and square root. As compared to most of the other functions in the CMSIS math library, the fast math functions operate on individual values and not arrays. There are separate functions for Q15, Q31, and floating-point data.

+
+
+ + + + -- cgit