Sum ( x + 1 ), x = 0 to 5
With the library :
const sigma = require('math-sigma');
sigma(x => x + 1, 0, 5); // 21Play Online: https://jsbin.com/guhumaq/4/edit?html,js,console
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sum ( x + 1 ), x = 0 to 5
With the library :
const sigma = require('math-sigma');
sigma(x => x + 1, 0, 5); // 21Play Online: https://jsbin.com/guhumaq/4/edit?html,js,console