return d3.sum(d3.range(100).map(n => Math.pow(a, n) * Math.cos(Math.pow(b, n) * Math.PI * x))); // eslint-disable-line.
確定! 回上一頁