diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-09-27 08:12:51 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-09-27 08:12:51 +0200 |
commit | 9c2076f6b79476ef404e3de5ba1cd5c4affe2300 (patch) | |
tree | 83ac63eb380f6d199614c7e3fb0bed9f7355029b /applause.c | |
parent | fc2ea203d1e920e718f930ae3f678f588f261051 (diff) | |
download | applause2-9c2076f6b79476ef404e3de5ba1cd5c4affe2300.tar.gz |
fixed the minus, div, mod and pow operations for streams
* this has long been broken. ZipStream implicitly assumes an associative
operation when "inlining" nested ZipStreams.
Since the above mentions operations are not associative,
the result was a faulty calculation.
Example: s1 - (s2 - s3) was calculated like (s1 - s2) - s3.
* For the time being, the inlining is avoided by using unique
lambdas.
Diffstat (limited to 'applause.c')
0 files changed, 0 insertions, 0 deletions