From a8a0d26127c8062c4cd673666e9c6f3b6362aaba Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 1 Jul 2003 10:33:27 +0000 Subject: Add the British hundredweight (brhundredweight). For discussion, see: http://london.pm.org/pipermail/london.pm/Week-of-Mon-20030630/019926.html For a definition, see: http://www.bartleby.com/61/55/H0325500.html Also add some more computing terms described at: http://www.wikipedia.org/wiki/Integral_data_type Reviewed by: dwmalone MFC after: 2 weeks --- usr.bin/units/units.lib | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index 88c98ad..f8ca041 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -210,6 +210,7 @@ brpint 1|2 brquart brfloz 1|20 brpint brpeck 554.84 in3 fuzz brbushel 4 brpeck +brhundredweight 112 lb / Energy Work @@ -330,6 +331,12 @@ block 512 byte kbyte 1024 byte megabyte 1024 kbyte gigabyte 1024 megabyte +terabyte 1024 gigabyte +petabyte 1024 terabyte +exabyte 1024 petabyte +zettabyte 1024 exabyte +yottabyte 1024 zettabyte +kilobyte kbyte meg megabyte -- cgit v1.1