CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/local/share/man/man3/
Upload File :
Current File : //proc/2/root/usr/local/share/man/man3/Locale::MakePhrase::Numeric.3pm

.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.13)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" Set up some character translations and predefined strings.  \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
.\" nothing in troff, for use with C<>.
.tr \(*W-
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
.    ds -- \(*W-
.    ds PI pi
.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
.    ds L" ""
.    ds R" ""
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds -- \|\(em\|
.    ds PI \(*p
.    ds L" ``
.    ds R" ''
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is turned on, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.ie \nF \{\
.    de IX
.    tm Index:\\$1\t\\n%\t"\\$2"
..
.    nr % 0
.    rr F
.\}
.el \{\
.    de IX
..
.\}
.\" ========================================================================
.\"
.IX Title "Locale::MakePhrase::Numeric 3"
.TH Locale::MakePhrase::Numeric 3 "2006-03-20" "perl v5.10.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
Locale::MakePhrase::Numeric \- Numeric translation/stringification
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
This module provides the functionality to translate and/or stringify
a numeric, into something suitable for the string being translated.
.SH "API"
.IX Header "API"
The following class-functions are provided:
.ie n .SS "$string stringify($number,$options)"
.el .SS "\f(CW$string\fP stringify($number,$options)"
.IX Subsection "$string stringify($number,$options)"
This class-function implements the stringification of a number to a
suitable output format.  The \f(CW$options\fR parameter is used to control
the formatting behaviour:
.ie n .IP """numeric_format""" 2
.el .IP "\f(CWnumeric_format\fR" 2
.IX Item "numeric_format"
The formatting appled to the number; this must be an array reference
containing 4 elements:
.RS 2
.IP "1." 3
decimal seperator
.IP "2." 3
thousand's seperator
.IP "3." 3
when the value is negative, the symbol shown to the left of the
number
.IP "4." 3
when the value is negative, the symbol shown to the right of the
number
.RE
.RS 2
.RE
.ie n .IP """width""" 2
.el .IP "\f(CWwidth\fR" 2
.IX Item "width"
Set the number of characters used in the output.
.ie n .IP """precision""" 2
.el .IP "\f(CWprecision\fR" 2
.IX Item "precision"
Set the maximum number of decimal places processed.
.ie n .IP """fixed""" 2
.el .IP "\f(CWfixed\fR" 2
.IX Item "fixed"
Set this to true to make the output use a fixed number of decimal
places, irrespective if the values are all zeros.  Use this in
conjunction with the \f(CW\*(C`precision\*(C'\fR setting.
.ie n .IP """scientific""" 2
.el .IP "\f(CWscientific\fR" 2
.IX Item "scientific"
Set this value to true to make the number show exponential notation.
.ie n .IP """leading_zeros""" 2
.el .IP "\f(CWleading_zeros\fR" 2
.IX Item "leading_zeros"
Set this to true to make the output display zeros; combine this
with the \f(CW\*(C`width\*(C'\fR setting.
.SH "NOTES"
.IX Header "NOTES"
If the number is purely an integer, you have not set the \f(CW\*(C`fixed\*(C'\fR or
\&\f(CW\*(C`scientific\*(C'\fR settings, we try to keep the number from turning into
its scientific notation (ie: we try to stop big numbers turning into
something like 1.04E+09).

Copyright 2K16 - 2K18 Indonesian Hacker Rulez