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);
Current signature:
void dtoa(double value, char* buf);
fod_ctsid() (float or double, convert to string in decimal), obviously@vitaut @oleksandr Ah so we aim for something short and succinct as BLAS or NETLIB would have liked it (if Fortran, unlike C, didn't actually come with an actual type system that allows for automatic conversion between numeric and string type) (I mean, C does have a type system: it has function pointers, and any object but function pointers.)
(EDIT: luckily remembered that the German word "prägnant" translates to "succinct". Not something phonetically much closer.)