Search results for "module:Number::Format"
Number::Format - Perl extension for formatting numbers
These functions provide an easy means of formatting numbers in a manner suitable for displaying to the user. There are two ways to use this package. One is to declare an object of type Number::Format, which you can think of as a formatting engine. Th...
RJBS/Number-Format-1.76 - 26 May 2023 01:00:16 UTC
Number::Format::Calc
This module makes calculations with formatted numbers transparent. All arithmetric operators and and some arithmetric functions (*sqrt, abs, cos, sin, exp, log*) are overloaded....
HOLLI/Number-Format-Calc-0.21 - 18 Oct 2017 19:40:43 UTC
Number::Format::Metric - Format number with metric prefix
PERLANCAR/Number-Format-Metric-0.602
-
14 Feb 2023 12:40:57 UTC
Number::Format::BigFloat - Format Math::BigFloat number
PERLANCAR/Number-Format-BigFloat-0.001
-
09 Dec 2017 11:45:25 UTC
Metabrik::Format::Number - format::number Brik
GOMOR/Metabrik-Repository-1.43
-
22 Oct 2022 07:28:41 UTC
Number::Format::SouthAsian - format numbers in the South Asian style
KAORU/Number-Format-SouthAsian-0.10
-
04 May 2015 19:32:52 UTC
Number::Format::FixedLocale - a Number::Format that ignores the system locale
Number::Format is a very useful module, however in environments with many systems it can be a liability due to the fact that it gathers its default settings from the system locale, which can lead to surprising results when formatting numbers in produ...
MITHALDU/Number-Format-FixedLocale-1.121780 - 26 Jun 2012 11:24:03 UTC
CLDR::Number::Format::Decimal - Localized decimal formatter using the Unicode CLDR
Localized decimal formatter using the Unicode Common Locale Data Repository (CLDR). Methods Any argument that Perl can treat as a number is supported, including infinity, negative infinity, and NaN, which are all localized appropriately. All methods ...
PATCH/CLDR-Number-0.19 - 06 Apr 2016 17:51:34 UTC
CLDR::Number::Format::Percent - Localized percent formatter using the Unicode CLDR
Localized percent formatter using the Unicode Common Locale Data Repository (CLDR). Methods format Accepts a number and returns a formatted percent as a character string, localized for the current locale. If the permil attribute is true, formats as *...
PATCH/CLDR-Number-0.19 - 06 Apr 2016 17:51:34 UTC
CLDR::Number::Format::Currency - Localized currency formatter using the Unicode CLDR
Localized currency formatter using the Unicode Common Locale Data Repository (CLDR). Methods format Accepts a number and returns a formatted currency value as a character string, using the currency from the currency_code attribute and localized for t...
PATCH/CLDR-Number-0.19 - 06 Apr 2016 17:51:34 UTC
Template::Plugin::Number::Format - Plugin/filter interface to Number::Format
All filters created by Template::Plugin::Number::Format can be configured by constructor options and options that can be passed to individual filters. See "METHODS" in Number::Format for all the details. Constructor Parameters The USE line accepts th...
DARREN/Template-Plugin-Number-Format-1.06 - 30 Mar 2015 13:10:12 UTC
Lingua::EN::Number::Format::MixWithWords - Format number to a mixture of numbers and words (e.g. 12.3 million)
This module formats number with English names of large numbers (thousands, millions, billions, and so on), e.g. 1.23e7 becomes "12.3 million". If number is too small or too large so it does not have any appropriate names, it will be formatted like a ...
PERLANCAR/Lingua-EN-Number-Format-MixWithWords-0.08 - 14 Jun 2016 13:46:03 UTC
Lingua::ID::Number::Format::MixWithWords - Format number to a mixture of numbers and words (e.g. "12,3 juta")
This module formats number with Indonesian names of large numbers (ribu, juta, miliar, triliun, and so on), e.g. 1.23e7 becomes "12,3 juta". If number is too small or too large so it does not have any appropriate names, it will be formatted like a no...
PERLANCAR/Lingua-ID-Number-Format-MixWithWords-0.07 - 14 Jun 2016 13:50:01 UTC
Lingua::Base::Number::Format::MixWithWords - Base class for Lingua::XX::Number::Format::MixWithWords
PERLANCAR/Lingua-EN-Number-Format-MixWithWords-0.08
-
14 Jun 2016 13:46:03 UTC
Number::FormatEng - Format a number using engineering notation
Format a number for printing using engineering notation. Engineering notation is similar to scientific notation except that the power of ten must be a multiple of three. Alternately, the number can be formatted using an International System of Units ...
GSULLIVAN/Number-FormatEng-0.03 - 07 Nov 2017 13:58:40 UTC