C++ Ranges proposal for the Standard Library

via Digitalmars-d digitalmars-d at puremagic.com
Sat Oct 18 04:56:12 PDT 2014


On Saturday, 18 October 2014 at 11:43:32 UTC, John Colvin wrote:
>             iota(101L).map!((x) => pi * x^^9),
>             iota(101L).map!((x) => -pi * x^^9)

Shouldn't the last expression be "-pi * (100-x)^^9" ?



More information about the Digitalmars-d mailing list