practice_geomethicMeandian/cpp_impl/src/helpers.hpp
2021-05-01 22:31:59 +09:00

7 lines
125 B
C++

#ifndef HELPERS_HPP
#define HELPERS_HPP
bool floating_point_similar(double a, double b, unsigned char decimal = 5);
#endif