示例#1
0
 public void RadiansToDegrees()
 {
     MathFunction.Deg(1f).Should().BeApproximately(57.2958f, 0.0001f);
 }