ecvt
extern char *ecvt(double value, int digits, int *_decimalPoint, int *_sign);
return ecvt(x, n-lz, dp, sign);