Parola Marco

Results 1 issues of Parola Marco

Before this change, `FT::atan2(0.3, -0.05)` would return 80.4648, while `std::atan2(0.3, -0.05)` returns ~99.4623, the correct result; `FTA::atan2` behaved the same way. In order to test the accuracy of these function,...