Skip to content

Commit 8f5f87a

Browse files
committed
add definition of stone (=14 avoirdupois pounds, used in UK)
1 parent 560d938 commit 8f5f87a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quantities/units/mass.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
aliases=['pounds', 'avoirdupois_pound', 'avoirdupois_pounds'],
3838
doc='exact'
3939
)
40+
st = stone = UnitMass(
41+
'stone',
42+
14*lb,
43+
symbol='st',
44+
doc='As defined in the UK, 1 stone = 14 avoirdupois pounds'
45+
)
4046

4147
carat = UnitMass(
4248
'carat',

0 commit comments

Comments
 (0)