Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
fs=apply;
|
||||
f1(x)=2*x;
|
||||
f2(x)=x^2;
|
||||
fsf1=any->=fs(f1,any);
|
||||
fsf2=any->=fs(f2,any);
|
||||
fsf1([0..3])
|
||||
fsf1(2([1..4])
|
||||
fsf2([0..3])
|
||||
fsf2(2([1..4])
|
||||
Loading…
Add table
Add a link
Reference in a new issue