File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
UnitsNet.Tests/CustomCode Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ public class RotationalSpeedTests : RotationalSpeedTestsBase
38
38
39
39
protected override double NanoradiansPerSecondInOneRadianPerSecond => 1E9 ;
40
40
41
- protected override double RevolutionsPerMinuteInOneRadianPerSecond => 60 * 1 / ( 2 * Math . PI ) ;
41
+ protected override double RevolutionsPerMinuteInOneRadianPerSecond => 9.54929659 ;
42
42
43
- protected override double RevolutionsPerSecondInOneRadianPerSecond => 1 / ( 2 * Math . PI ) ;
43
+ protected override double RevolutionsPerSecondInOneRadianPerSecond => 0.15915494 ;
44
44
45
- protected override double DegreesPerSecondInOneRadianPerSecond => ( 180 / Math . PI ) * 1 ;
45
+ protected override double DegreesPerSecondInOneRadianPerSecond => 57.29577951308 ;
46
46
47
- protected override double MillidegreesPerSecondInOneRadianPerSecond => ( ( 180 / Math . PI ) * 1 ) * 1E3 ;
47
+ protected override double MillidegreesPerSecondInOneRadianPerSecond => 57295.77951308 ;
48
48
49
- protected override double MicrodegreesPerSecondInOneRadianPerSecond => ( ( 180 / Math . PI ) * 1 ) * 1E6 ;
49
+ protected override double MicrodegreesPerSecondInOneRadianPerSecond => 57295779.51308232 ;
50
50
51
- protected override double NanodegreesPerSecondInOneRadianPerSecond => ( ( 180 / Math . PI ) * 1 ) * 1E9 ;
51
+ protected override double NanodegreesPerSecondInOneRadianPerSecond => 57295779513.08232087 ;
52
52
53
53
54
54
[ Test ]
You can’t perform that action at this time.
0 commit comments