Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
gcvt(3)
Edit
PageHistory
Diff
Info
LikePages
GCVT !!!GCVT NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO ---- !!NAME gcvt - convert a floating-point number to a string. !!SYNOPSIS __#include __ ''number''__, size_t__ ''ndigit''__, char *__''buf''__); __ !!DESCRIPTION The __gcvt()__ function converts ''number'' to a minimal length NULL terminated ASCII string and stores the result in ''buf''. It produces ''ndigit'' significant digits in either printf(3) F format or E format. !!RETURN VALUE The __gcvt()__ function returns the address of the string pointed to by ''buf''. !!SEE ALSO ecvt(3), fcvt(3), sprintf(3) ----
3 pages link to
gcvt(3)
:
Man3g
ecvt(3)
fcvt(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.