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 c1f9279 commit a105724Copy full SHA for a105724
docs/src/examples/pi.md
@@ -47,7 +47,7 @@ The above computation shows that the midpoint of the computed interval is correc
47
in_interval(π, pi_interval)
48
```
49
50
-Lastly, let us note that, due to floating-point arithmetics, computing the sum in the opposite direction yields a more accurate answer:
+Lastly, let us note that, due to floating-point arithmetic, computing the sum in the opposite direction yields a more accurate answer:
51
52
```@example pi
53
function backward_sum(N)
0 commit comments