![]() |
Edge AI Add-on API 2.2.0
|
#include "fast_math/nrf_dsp_cmplx_math.h"Go to the source code of this file.
Functions | |
| flt32_t | nrf_dsp_sqrt_f32 (const flt32_t x) |
| Calculate square root of the provided floating point value. | |
| uint32_t | nrf_dsp_sqrt_u32 (const uint32_t x) |
| Calculate square root of the provided UINT32 value. | |