mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 05:41:56 +03:00
fix docs in iteration
`sum` is not precise. Precise algorithms are Python `fsum` and Mir's [`sum!(Summation.precise)`](http://docs.mir.dlang.io/latest/mir_sum.html)
This commit is contained in:
parent
d6de61ccc1
commit
efe33e3470
1 changed files with 1 additions and 1 deletions
|
@ -2591,7 +2591,7 @@ See_Also:
|
|||
to use in UFCS chains.
|
||||
|
||||
$(LREF sum) is similar to $(D reduce!((a, b) => a + b)) that offers
|
||||
precise summing of floating point numbers.
|
||||
pairwise summing of floating point numbers.
|
||||
+/
|
||||
template reduce(fun...) if (fun.length >= 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue