Module units

Source
Expand description

SI Units.

  • B: 1
  • K: 1024
  • M: 1024²
  • G: 1024³
  • T: 1024⁴
  • P: 1024⁵
  • Z: 1024⁶
  • KB: 10⁶
  • MB: 10⁹
  • GB: 10¹²
  • TB: 10¹⁵
  • ZB: 10¹⁸

Constants§

B
512
BITSIZE
BITSIZE is the pointer width of the target system (64)
G
M*K = 1024³
GB
MB*KB = 10⁹
K
1024
KB
10³
M
K*K = 1024²
MB
KB*KB = 10⁶
P
T*K = 1024⁵
PB
GB*KB = 10¹⁵
T
G*K = 1024⁴
TB
GB*KB = 10¹²
Z
P*K = 1024⁶
ZB
TB*KB = 10¹⁸