practice_geomethicMeandian/cpp_impl/src/helpers.hpp

7 lines
125 B
C++
Raw Normal View History

2021-05-01 13:31:59 +00:00
#ifndef HELPERS_HPP
#define HELPERS_HPP
bool floating_point_similar(double a, double b, unsigned char decimal = 5);
#endif