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