PMNUMBERSTR - Online Linux Manual PageSection : 3
Updated : PCP
Source : Performance Co-Pilot

NAMEpmNumberStr, pmNumberStr_r − fixed width output format for numbers

C SYNOPSIS#include <pcp/pmapi.h> const char *pmNumberStr(double value);
char *pmNumberStr_r(double
value, char *buf, int buflen); cc ... −lpcp

DESCRIPTIONpmNumberStr returns the address of a 8-byte buffer that holds a null-byte terminated representation of value suitable for output with fixed width fields. The pmNumberStr_r function does the same, but stores the result in a user-supplied buffer buf of length buflen, which should have room for at least 8 bytes. The value is scaled using multipliers in powers of ``one thousand'' (the decimal ``kilo'') and has a bias that provides greater precision for positive numbers as opposed to negative numbers. The format depends on the sign and magnitude of value as follows ( \f(CRd\f1 represents a decimal digit): value rangeformat
        > 999995000000000
inf?
999995000000000 − 999995000000ddd.ddT
   999995000000 − 999995000
ddd.ddG

      999995000 − 999995
ddd.ddM

         999995 − 999.995
ddd.ddK

        999.995 − 0.005
ddd.dd

          0.005 − −0.005
0.00

         −0.005 − −99.95
−dd.dd

        −99.995 − −99995
−dd.ddK

         −99995 − −99995000
−dd.ddM

      −99995000 − −99995000000
−dd.ddG

   −99995000000 − −99995000000000
−dd.ddT

       < −99995000000000
−inf?
At the boundary points of the ranges, the chosen format will retain the maximum number of significant digits.

NOTESpmNumberStr returns a pointer to a static buffer and hence is not thread-safe. Multi-threaded applications should use pmNumberStr_r instead.

SEE ALSOprintf(3)
0
Johanes Gumabo
Data Size   :   9,254 byte
man-p___mNumberStr.3Build   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   4 / 171,009
Visitor ID   :     :  
Visitor IP   :   18.191.67.90   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.

ERROR : Need New Coding :         (rof_escape_sequence|91|p___mNumberStr.3|52|\f(CRd\f1 |\f(CRd\f1 )