예제 #1
0
 public void PascalsToAtmospheres(double pascal, double atm) =>
 Assert.Equal(UnitConverters.PascalsToAtmospheres(pascal), atm);