From 6bae05e75b494865a3328ed792bcbbaaec726dbc Mon Sep 17 00:00:00 2001 From: mzhelyez Date: Sat, 16 Aug 2025 15:04:15 +0200 Subject: [PATCH] removed old test --- .../differentiation/test_fwdiff_behavior.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/boost/math/differentiation/test_fwdiff_behavior.cpp diff --git a/include/boost/math/differentiation/test_fwdiff_behavior.cpp b/include/boost/math/differentiation/test_fwdiff_behavior.cpp deleted file mode 100644 index 5cfe6a819..000000000 --- a/include/boost/math/differentiation/test_fwdiff_behavior.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "autodiff.hpp" -#include - -using namespace boost::math::differentiation; - -double myabs(double x) -{ - return (x>0) - (x<0); -} -int main() -{ - float y = -0.26647448539733887; - float z = 0.8725948333740234; - float w = abs(y); - std::cout<