Description
perl-Math-Calc-Units - Human-readable unit-aware calculator
Distribution: openSUSE 42.1
Repository: openSUSE Oss all
Package name: perl-Math-Calc-Units
Package version: 1.07
Package release: 9.2
Package architecture: x86_64
Package type: rpm
Installed size: 91.22 KB
Download size: 38.59 KB
Official Mirror: ftp.gwdg.de
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.