Skip to content

Commit bccc045

Browse files
Remove some math (replace with constant)
1 parent f820380 commit bccc045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitsNet.Tests/CustomCode/FrequencyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public class FrequencyTests : FrequencyTestsBase
2828

2929
protected override double BeatsPerMinuteInOneHertz => 60;
3030

31-
protected override double BUnitsInOneHertz => Math.Sqrt(1000);
31+
protected override double BUnitsInOneHertz => 31.622776601683793; // = Math.Sqrt(1000);
3232
}
3333
}

0 commit comments

Comments
 (0)