February 14, 2014 [phobos] [D-Programming-Language/phobos] 156467: Fix Issue 4725 - std.algorithm.sum() | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 1564671acef88478a8eec7e0ecfcf794023c58d6 https://github.com/D-Programming-Language/phobos/commit/1564671acef88478a8eec7e0ecfcf794023c58d6 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2014-01-25 (Sat, 25 Jan 2014) Changed paths: M std/algorithm.d Log Message: ----------- Fix Issue 4725 - std.algorithm.sum() Commit: ed36e854ef2849ca125066b7634bf2d79317a150 https://github.com/D-Programming-Language/phobos/commit/ed36e854ef2849ca125066b7634bf2d79317a150 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2014-01-25 (Sat, 25 Jan 2014) Changed paths: M std/algorithm.d Log Message: ----------- Document use of Kahan vs. vanilla summation Commit: 7783916096a8d4f6341fe5e1fb3c58be93aebe70 https://github.com/D-Programming-Language/phobos/commit/7783916096a8d4f6341fe5e1fb3c58be93aebe70 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2014-01-25 (Sat, 25 Jan 2014) Changed paths: M std/algorithm.d Log Message: ----------- Added LREF to sum in reduce Commit: 637bd454139c3edfa2a28944fb56f9ad0c11f6c6 https://github.com/D-Programming-Language/phobos/commit/637bd454139c3edfa2a28944fb56f9ad0c11f6c6 Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2014-01-25 (Sat, 25 Jan 2014) Changed paths: M std/algorithm.d Log Message: ----------- pairwise sum returns double for ranges with float elements Commit: acdb1d0a9ae9ce2b40ee16b3d45c42817cd00b7e https://github.com/D-Programming-Language/phobos/commit/acdb1d0a9ae9ce2b40ee16b3d45c42817cd00b7e Author: monarch dodra <monarchdodra@gmail.com> Date: 2014-02-14 (Fri, 14 Feb 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #1205 from andralex/4725 Fix Issue 4725 - std.algorithm.sum() Compare: https://github.com/D-Programming-Language/phobos/compare/8a3962b778ea...acdb1d0a9ae9 |
Copyright © 1999-2021 by the D Language Foundation