Skip to content

Commit a105724

Browse files
authored
Update pi.md
1 parent c1f9279 commit a105724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The above computation shows that the midpoint of the computed interval is correc
4747
in_interval(π, pi_interval)
4848
```
4949

50-
Lastly, let us note that, due to floating-point arithmetics, computing the sum in the opposite direction yields a more accurate answer:
50+
Lastly, let us note that, due to floating-point arithmetic, computing the sum in the opposite direction yields a more accurate answer:
5151

5252
```@example pi
5353
function backward_sum(N)

0 commit comments

Comments
 (0)