Fork of mbed-dsp. CMSIS-DSP library of supporting NEON

Dependents:   mbed-os-example-cmsis_dsp_neon

Fork of mbed-dsp by mbed official

Embed: (wiki syntax)

« Back to documentation index

Fast Math Functions

Fast Math Functions

This set of functions provides a fast approximation to sine, cosine, and square root. More...

Modules

 Square Root
 

Computes the square root of a number.



Detailed 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.