March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 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