Skip to content

Commit

Permalink
Add additional assertion for RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Oct 10, 2023
1 parent 8779de9 commit bca0527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/consistency_others.nbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ assert_eq(1 BTU, 1055.05585262 J)
assert_eq(1 lbf, 4.448222 N)
assert_eq(1 ozf, (4.448222 / 16.0) N, 1e-5 N)
assert_eq(60 RPM, 1 rev / s)
assert_eq(60 RPM, 360° / s)
assert_eq(1 fortnight, 2 week)
assert_eq(1 mmHg, 133.322387415 Pa, 1e-5 Pa)
assert_eq(1 PSI, 6.894757 kPa)
Expand Down

0 comments on commit bca0527

Please sign in to comment.