#ifndef LIBCUBESCRIPT_CUBESCRIPT_CONF_HH #define LIBCUBESCRIPT_CUBESCRIPT_CONF_HH namespace cscript { using integer_type = int; using float_type = float; constexpr auto const INT_FORMAT = "%d"; constexpr auto const FLOAT_FORMAT = "%.7g"; constexpr auto const ROUND_FLOAT_FORMAT = "%.1f"; } /* namespace cscript */ #endif /* LIBCUBESCRIPT_CUBESCRIPT_CONF_HH */