|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
number to an unsigned binary string
representation right-justified in a field of minimal width.
number to an unsigned binary string
representation right-justified in a field of at least
width characters.
number to an unsigned binary string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits.
number to an unsigned binary string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits, grouping digits
into ngroup digits from the right, separated by an
underscore.
s centered, with blank padding if
necessary, in a string of length pad_len
characters.
number to a decimal string representation.
number to a decimal string representation.
number to a string representation in the
specified base.
number to an optionally-signed decimal string
representation right-justified in a field of minimal width, with a
default of 6 decimal places, and a 3-digit exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with a default of 6 decimal places,
and a 3-digit exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and a 3-digit exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and an exponent field of
exponent_digits digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and an exponent field of
exponent_digits digits, grouping digits into
ngroup digits, separated by an underscore.
number to an optionally-signed decimal string
representation right-justified in a field of minimal width, with a
default of 6 decimal places, and a 3-digit exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with a default of 6 decimal places,
and a 3-digit exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and a 3-digit exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and an exponent field of
exponent_digits digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and an exponent field of
exponent_digits digits, grouping digits into
ngroup digits, separated by an underscore.
number to an optionally-signed decimal string
representation right-justified in a field of minimal width, with a
default of 6 decimal places, and no exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with a default of 6 decimal places,
and no exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and no exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and no exponent field, grouping digits into
ngroup digits, separated by an underscore.
number to an optionally-signed decimal string
representation right-justified in a field of minimal width, with a
default of 6 decimal places, and no exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with a default of 6 decimal places,
and no exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and no exponent field.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with fractional_digits
decimal places, and no exponent field, grouping digits into
ngroup digits, separated by an underscore.
fmtflt class provides an extended set of
floating-point formatting functions to fill a serious gap in the
offerings of the Java libraries: namely, the inability to control
field width, sign, digit grouping, precision, exponential vs.fmtint class provides an extended set of integer
formatting functions to fill a serious gap in the offerings of the
Java libraries: namely, the inability to control field width, sign,
digit grouping, and justification in numeric output.number to an optionally-signed decimal string
representation right-justified in a field of minimal width, with a
default of 6 total digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with a default of 6 total digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with total_digits
digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with total_digits
total digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with total_digits
total digits, grouping digits into ngroup digits,
separated by an underscore.
number to an optionally-signed decimal string
representation right-justified in a field of minimal width, with a
default of 6 total digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with a default of 6 total digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with total_digits
digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with total_digits
total digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with total_digits
total digits, grouping digits into ngroup digits,
separated by an underscore.
number to an optionally-signed decimal string
representation right-justified in a field of minimum width.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits.
number to an optionally-signed decimal string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits, grouping digits
into ngroup digits from the right, separated by an
underscore.
s left justified, with blank
padding on the right if necessary, in a string of length
pad_len characters.
number to an unsigned octal string
representation right-justified in a field of minimal width.
number to an unsigned octal string
representation right-justified in a field of at least
width characters.
number to an unsigned octal string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits.
number to an unsigned octal string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits, grouping digits
into ngroup digits from the right, separated by an
underscore.
number to a string in base 10 right-justified
in a field of minimal width.
number to a string in base base
right-justified in a field of minimal width.
number to a string in base base
right-justified in a field of at least width
characters.
number to a string in base base
right-justified in a field of at least width
characters, with leading zeros if necessary to produce at least
min_digits digits.
number to an string in base base
right-justified in a field of at least width
characters, with leading zeros if necessary to produce at least
min_digits digits, grouping digits into
ngroup digits from the right, separated by an
underscore.
s right justified, with blank
padding on the left if necessary, in a string of length
pad_len characters.
number to a signed (if negative) Ada-style
string in base 10 right-justified in a field of minimal width.
number to a signed (if negative) Ada-style
string in base base right-justified in a field of
minimal width.
number to a signed (if negative) Ada-style
string in base base right-justified in a field of at
least width characters.
number to a signed (if negative) Ada-style
string in base base right-justified in a field of at
least width characters, with leading zeros if
necessary to produce at least min_digits digits.
number to a signed (if negative) Ada-style
string in base base right-justified in a field of at
least width characters, with leading zeros if
necessary to produce at least min_digits digits,
grouping digits into ngroup digits from the right,
separated by an underscore.
s with all underscore separator
characters removed.
s with all separator
characters removed.
number to an unsigned hexadecimal string
representation right-justified in a field of at least
width characters.
number to an unsigned hexadecimal string
representation right-justified in a field of at least
width characters.
number to an unsigned hexadecimal string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits.
number to an unsigned hexadecimal string
representation right-justified in a field of at least
width characters, with leading zeros if necessary to
produce at least min_digits digits.
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||