We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed9f49 commit dbe6f06Copy full SHA for dbe6f06
src/test/java/com/thealgorithms/physics/RelativityTest.java
@@ -13,7 +13,7 @@
13
final class RelativityTest {
14
15
// A small tolerance (delta) for comparing floating-point numbers
16
- private static final double DELTA = 1e-9;
+ private static final double DELTA = 1e-6;
17
private static final double C = Relativity.SPEED_OF_LIGHT;
18
19
@Test
0 commit comments