From 3de68c1c88f72d32eccdd5ff0ceb7d52b53b5d4d Mon Sep 17 00:00:00 2001
From: Artem Pisarenko <artem.k.pisarenko@gmail.com>
Date: Sun, 17 Jan 2021 00:25:21 +0600
Subject: runtime: simplify math fxpt sine/cosine calculation

Algorithm improved in order to eliminate getting output values
outside of range [-1.0, 1.0)

Fixes #2993

Signed-off-by: Artem Pisarenko <artem.k.pisarenko@gmail.com>
---
 gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_python.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnuradio-runtime/python')

diff --git a/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_python.cc b/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_python.cc
index 52ef1f249c..ae29ee060b 100644
--- a/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_python.cc
+++ b/gnuradio-runtime/python/gnuradio/gr/bindings/fxpt_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(fxpt.h)                                        */
-/* BINDTOOL_HEADER_FILE_HASH(d8f127eabbf6b31d6fb100ad04eb21b2)                     */
+/* BINDTOOL_HEADER_FILE_HASH(2299d7b3bd19eed3eb2e59c8075cfdb3)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
-- 
cgit v1.2.3