Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_dsp_fast_math.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
15#ifndef _NRF_DSP_FAST_MATH_FUNCTIONS_H_
16#define _NRF_DSP_FAST_MATH_FUNCTIONS_H_
17
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
32
40uint32_t nrf_dsp_sqrt_u32(const uint32_t x);
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* _NRF_DSP_FAST_MATH_FUNCTIONS_H_ */
47
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