15#ifndef _NRF_DSP_FAST_MATH_FUNCTIONS_H_
16#define _NRF_DSP_FAST_MATH_FUNCTIONS_H_
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.
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21