We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a4079 commit 0a43a2eCopy full SHA for 0a43a2e
src/floating_point_numbers/subtraction.md
@@ -18,7 +18,7 @@ Because of the previously mentioned inaccuracy, the results of subtractions migh
18
```java
19
~void main() {
20
~double x = 5.1;
21
-~// y will be 4.1
+~// y will be -4.1
22
~double y = x - 9.2;
23
// z will be -4.199999999999999
24
double z = y - 0.1;
0 commit comments