OPTK  0.1.2
Toolkit for global optimisation algorithms
testutils.hpp
Go to the documentation of this file.
1 
22 #include <cmath>
23 #include <limits>
24 #include <sys/types.h>
25 
26 namespace tutils {
27 
29 bool dbleq (double a, double b);
30 
31 } // end namespace tutils
Definition: testutils.hpp:26
bool dbleq(double a, double b)