From 90f18a394fc362ddf6fd60bb5836933b62d161dc Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 17 Jan 2005 16:32:33 +0000 Subject: [PATCH] Add b and kb to the data units. --- others/convertcore.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/others/convertcore.py b/others/convertcore.py index b3915e749..146a6dc27 100755 --- a/others/convertcore.py +++ b/others/convertcore.py @@ -372,7 +372,9 @@ hemisphere = 1/2.0 sphere # [data] bit = ! +b = bit kilobit = 1000 bit # # based on power of 10 +kb = kilobit byte = 8 bit B = byte # byte kilobyte = 1000 byte # # based on power of 2