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 527cecd commit 7f172c2Copy full SHA for 7f172c2
docs/src/index.md
@@ -210,7 +210,7 @@ Numerical Results of Distributed Computations
210
211
Floating point arithmetic is not associative and this comes up
212
when performing distributed computations over `DArray`s. All `DArray`
213
-operations are performed over the localparts and then aggregated.
+operations are performed over the `localpart` chunks and then aggregated.
214
The change in ordering of the operations will change the numeric result as
215
seen in this simple example:
216
0 commit comments