44#define DOUBLE_SHORTEST_DECIMAL_LEN 25
57#define FLOAT_SHORTEST_DECIMAL_LEN 16
int double_to_shortest_decimal_bufn(double f, char *result)
int float_to_shortest_decimal_buf(float f, char *result)
int float_to_shortest_decimal_bufn(float f, char *result)
char * float_to_shortest_decimal(float f)
int double_to_shortest_decimal_buf(double f, char *result)
char * double_to_shortest_decimal(double f)