Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37045668
en ru br
ALT Linux repositórios
S:1.07-alt1.1
5.0: 1.06-alt2
4.1: 1.06-alt1

Group :: Desenvolvimento/Perl
RPM: perl-Math-Calc-Units

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.07-alt1.1
Data da compilação: 22 novembro 2010, 19:43 ( 696.5 weeks ago )
Tamanho:: 38.05 Kb

Home page:   http://www.cpan.org

Licença: Artistic
Sumário: Human-readable unit-aware calculator
Descrição:

"Math::Calc::Units" is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only,
although adding any other multiplicative types is easy. Any unknown
type is treated as a unique user type (with some effort to map English
plurals to their singular forms).

The primary intended use is via the "ucalc" script that prints out
all of the "readable" variants of a value. For example, "3 bytes"
will only produce "3 byte", but "3 byte / sec" produces the
original along with "180 byte / minute", "10.55 kilobyte / hour",
etc.

The "Math::Calc::Units" interface only provides for string-based
computations, which could result in a large loss of precision for some
applications. If you need the exact result, you may pass in an extra
parameter 'exact' to "calc" or "convert", causing them to return a
2-element list containing the numerical result and a string describing
the units of that result:

   my ($value, $units) = convert("10MB/sec", "GB/day");

(In scalar context, they just return the numeric value.)

Mantenedor currente: Dmitry Lebkov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Math-Calc-Units
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009