summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fft/math.h')
-rw-r--r--apps/plugins/fft/math.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/fft/math.h b/apps/plugins/fft/math.h
index 450b9aafcb..ffacf1eedb 100644
--- a/apps/plugins/fft/math.h
+++ b/apps/plugins/fft/math.h
@@ -17,12 +17,4 @@
17#define float_q15(a) float_q(a, 15) 17#define float_q15(a) float_q(a, 15)
18#define float_q16(a) float_q(a, 16) 18#define float_q16(a) float_q(a, 16)
19 19
20/**
21 * Fixed point square root via Newton-Raphson.
22 * @param a square root argument.
23 * @param fracbits specifies number of fractional bits in argument.
24 * @return Square root of argument in same fixed point format as input.
25 */
26int64_t fsqrt64(int64_t a, unsigned int fracbits);
27
28#endif 20#endif