Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 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