|
|
Copyright 1991 David Jurgens |
char *gcvt( double value, int ndigit, char *buf )
- prototype in stdlib.h
- converts a floating point number to a string of ndigit digits,
storing string into buf and returning pointer to that string
- outputs in Fortran-F format if possible, else in Fortran-E format
|
|
Esc or Alt-X to exit |
gcvt |
Home/PgUp/PgDn/End ←↑↓→ |