#include #include #include "test_utils.hpp" TEST_CASE("sincosf") { test_sincosf>(1e-6f); test_sincosf>(1e-6f); } TEST_CASE("sinf") { test_sinf>(1e-6f); test_sinf>(1e-6f); } TEST_CASE("cosf") { test_cosf>(1e-6f); test_cosf>(1e-6f); }