Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
( (fs=/('(x./('(y.map'($x.$y))))))
|
||||
& (f1=/('(x.$x*2)))
|
||||
& (f2=/('(x.$x^2)))
|
||||
& (partial=/('(x./('(y.($x)$($y))))))
|
||||
& (!partial$!fs)$!f1:?fsf1
|
||||
& (!partial$!fs)$!f2:?fsf2
|
||||
& out$(!fsf1$(0 1 2 3))
|
||||
& out$(!fsf2$(0 1 2 3))
|
||||
& out$(!fsf1$(2 4 6 8))
|
||||
& out$(!fsf2$(2 4 6 8))
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue