Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
char *ecvt( double value, int ndigit, int *decpt, int *sign )- prototype in stdlib.h - converts a floating pt number to a string of ndigit digits, returning pointer to that string - decpt is position of decimal point (negative value means to left of returned digits) and sign is 0 if positive, else negative
[helppc.bosbyte.nl] ecvt Home Back Topics