Update units for current SI prefixes

Following Resolution 3 of the 27th General Conference on Weights
and Measures (CGPM) in 2022 [0], update oslo units to include
'ronna' and 'quetta' for decimal prefixes.  Although ISO/IEC
80000-13 has not yet been updated for the binary equivalents,
it's safe to assume ISO will follow current practice [1], so
those are added as well.

[0] https://www.bipm.org/en/cgpm-2022/resolution-3
[1] https://iopscience.iop.org/article/10.1088/1681-7575/ac6afd

Change-Id: I6e6b3fe9fe24533553f655a687a3c4e6714fde6f
This commit is contained in:
Brian Rosmaita 2023-04-07 11:34:06 -04:00
parent c598fd15a6
commit 4cc5693190
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,10 @@ Zi = 1024 ** 7
"Binary zetta unit"
Yi = 1024 ** 8
"Binary yotta unit"
Ri = 1024 ** 9
"Binary ronna unit"
Qi = 1024 ** 10
"Binary quetta unit"
# Decimal unit constants.
k = 1000
@ -52,3 +56,7 @@ Z = 1000 ** 7
"Decimal zetta unit"
Y = 1000 ** 8
"Decimal yotta unit"
R = 1000 ** 9
"Decimal ronna unit"
Q = 1000 ** 10
"Decimal quetta unit"