#ifndef LIBA_FLOAT_H #define LIBA_FLOAT_H #define FLT_MAX 1E+37f #define FLT_MIN 1E-37f #define FLT_EPSILON 1E-5f #endif