kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

atan.cpp (344B)


      1 /**
      2  * KFR (https://www.kfrlib.com)
      3  * Copyright (C) 2016-2023 Dan Cazarin
      4  * See LICENSE.txt for details
      5  */
      6 
      7 #include "../numeric_tests.hpp"
      8 
      9 #include <kfr/math/atan.hpp>
     10 
     11 namespace kfr
     12 {
     13 inline namespace CMT_ARCH_NAME
     14 {
     15 KFR_AUTO_TEST_1(atan, narrow, 2, 1)
     16 KFR_AUTO_TEST_2(atan2, narrow, 2, 1)
     17 } // namespace CMT_ARCH_NAME
     18 } // namespace kfr