mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 17:09:27 +01:00
Add b and kb to the data units.
This commit is contained in:
parent
c961614d98
commit
90f18a394f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user