Skip to content

Latest commit

 

History

History
62 lines (52 loc) · 1.23 KB

units.md

File metadata and controls

62 lines (52 loc) · 1.23 KB

UNITS

SI Units

  1. meters (m) length
  2. grams (g) mass
  3. seconds (s) time
  4. amperes (A) electric current
  5. kelvin (K) thermodynamic temperature
  6. moles (mol) amount of substance
  7. candela (cd) luminous intensity

Computing Units

  1. percent (%)
  2. messages (msgs)
  3. packets (pkts)
  4. ratio (ratio)
  5. requests (reqs)
  6. responses (resps)
  7. transactions (txns)
  8. tuples (tuples)
  9. bits (b)
  10. bytes (B)

UNITS PREFIX

SI standard prefixes

  1. yotta (Y) 1000000000000000000000000
  2. zetta (Z) 1000000000000000000000
  3. exa (E) 1000000000000000000
  4. peta (P) 1000000000000000
  5. tera (T) 1000000000000
  6. giga (G) 1000000000
  7. mega (M) 1000000
  8. kilo (k) 1000
  9. hecto (h) 100
  10. deca (da) 10
  11. deci (d) 0.1
  12. centi (c) 0.01
  13. milli (m) 0.001
  14. micro (μ) 0.000001
  15. nano (n) 0.000000001
  16. pico (p) 0.000000000001
  17. femto (f) 0.000000000000001
  18. atto (a) 0.000000000000000001
  19. zepto (z) 0.000000000000000000001
  20. yocto (y) 0.000000000000000000000001

SI power of two prefixes

  1. kibi (Ki) 1024
  2. mebi (Mi) 1048576
  3. gibi (Gi) 1073741824
  4. tebi (Ti) 1099511627776
  5. pebi (Pi) 1125899906842624
  6. exbi (Ei) 1152921504606846976
  7. zebi (Zi) 1180591620717411303424
  8. yobi (Yi) 1208925819614629174706176

#endif