Skip to content

Commit 2575a3f

Browse files
authored
feat: Support new multipliers (#366)
closes #363 Supported quetta (Q), ronna (R), ronto (r) and quecto (q) prefixes for the SI units.
1 parent 3467048 commit 2575a3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ansys/units/cfg.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# For micro, u is used instead of the Greek letter mu.
1212

1313
multipliers:
14+
Q: 1.0e+30
15+
R: 1.0e+27
1416
Y: 1.0e+24
1517
Z: 1.0e+21
1618
E: 1.0e+18
@@ -31,6 +33,8 @@ multipliers:
3133
a: 1.0e-18
3234
z: 1.0e-21
3335
y: 1.0e-24
36+
r: 1.0e-27
37+
q: 1.0e-30
3438

3539
# Unit Systems
3640
# ------------

0 commit comments

Comments
 (0)