Query: _ldecvt_r
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ldcvt(3C) ldcvt(3C)NAME_ldecvt(), _ldfcvt(), _ldgcvt() - convert long-double floating-point number to stringSYNOPSISObsolescent InterfacesDESCRIPTIONconverts value to a null-terminated string of ndigit digits and returns a pointer to the string. The high-order digit is non-zero, unless the value is zero. The low-order digit is rounded. The position of the radix character relative to the beginning of the string is stored indirectly through decpt (negative means to the left of the returned digits). The radix character is not included in the returned string. If the sign of the result is negative, the word pointed to by sign is non-zero; other- wise it is zero. is identical to except that the correct digit has been rounded for printf (FORTRAN F-format) output of the number of digits specified by ndigit. Convert the value to a null-terminated string in the array pointed to by buf and return buf. It produces ndigit significant digits in FORTRAN F-format if possible, or E-format otherwise. A minus sign, if required, and a radix character are included in the returned string. Trailing zeros are suppressed. The radix character is determined by the currently loaded NLS environment (see setlocale(3C)). If has not been called successfully, the default NLS environment, "C" is used (see lang(5)). The default environment specifies a period as the radix character. Obsolescent Interfaces convert long-double floating-point number to string.RETURN VALUEis returned for Not-a-Number, and is returned for Infinity.WARNINGSThe values returned by and point to data whose content is overwritten by subsequent calls to these interfaces by the same thread. and are obsolescent interfaces supported only for compatibility with existing DCE applications. New multithreaded applications should use andEXTERNAL INFLUENCESLocale The category determines the radix character. International Code Set Support Single-byte character code sets are supported.AUTHORand were developed by HP.SEE ALSOsetlocale(3C), printf(3S), lang(5), thread_safety(5). ldcvt(3C)
Related Man Pages |
---|
ecvt(3c) - hpux |
ecvt_r(3c) - hpux |
ldcvt(3c) - hpux |
ldecvt_r(3c) - hpux |
ldfcvt(3c) - hpux |
Similar Topics in the Unix Linux Community |
---|
adding zeroes to all single digits |
once:radix: version 1.0 released |
Awk help required for formatting digits. |
How to delete only the last digit in string |