Skip to content

Commit f83b27a

Browse files
committed
Merge pull request python-quantities#90 from p2jones/patch-1
Update substance.py
2 parents 0fa5d78 + afcc0e9 commit f83b27a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

quantities/units/substance.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@
88
'mole',
99
symbol='mol'
1010
)
11+
mmol = UnitSubstance(
12+
'millimole',
13+
mol/1000,
14+
symbol='mmol'
15+
)
16+
umol = UnitSubstance(
17+
'micromole',
18+
mmol/1000,
19+
symbol='umol',
20+
u_symbol='µmol'
21+
)

0 commit comments

Comments
 (0)