summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/math/fast_atan2f.cc
Commit message (Expand)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-151/+124
* Comment typo fixing.luz.paz2018-02-031-1/+1
* runtime: math: in fast_atan2f, moved nested if that checks for divide by zero...Tom Rondeau2014-11-251-4/+7
* Checking for NaN takes too much time. With some incompatibility to cmath atan...aiph2014-11-251-91/+76
* modified the qa tests to the correct values.aiph2014-11-211-3/+13
* Corrected the fast_atan2f function. Recalculated the table and corrected some...Philipp Aigner2014-11-131-70/+70
* math: fix for index lookup of fast_atan2f; prevents a segfault when x=inf and...Sylvain Munaut2014-03-181-1/+1
* math: fixes fast_atan2 float==0 check.Tom Rondeau2013-12-011-1/+1
* runtime: add qa for fast_atan2f, removed a float equality testNathan West2013-11-061-4/+4
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+202