#ifndef _AL_UTILITY_ #define _AL_UTILITY_ #include #include #include #include bool print_progress(long current, long total, double print_every=0.1); int get_math_coeff(int k); #endif // _AL_UTILITY_