What would be a better name for the dtoa function that converts a floating-point number to a string in decimal and also works with float?
Current signature:
void dtoa(double value, char* buf);
@vitaut honestly, `numtoa` if you can throw in a few int converters as well
@funkylab I wonder if toa is a bit cryptic?
@vitaut fair, `num_to_text` to avoid the std:: or NUL-terminated string association of `xtostr`