September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,4 @@
|
|||
fcn fs(f,s){s.apply(f)} fcn f1(n){n*2} fcn f2(n){n*n}
|
||||
var fsf1=fs.fp(f1), fsf2=fs.fp(f2);
|
||||
fsf1([0..3]); //-->L(0,2,4,6)
|
||||
fsf2([2..8,2]); //-->L(4,16,36,64)
|
||||
Loading…
Add table
Add a link
Reference in a new issue