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" ?
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" ?