September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1 +1 @@
|
|||
compose: {x@y@z}
|
||||
compose:{'[x;y]}
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
sin_asin: compose[_sin;_asin]
|
||||
sin_asin 0.5
|
||||
0.5
|
||||
compose:{x[y[z]]}
|
||||
|
|
|
|||
3
Task/Function-composition/K/function-composition-3.k
Normal file
3
Task/Function-composition/K/function-composition-3.k
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
sin_asin:compose[sin;asin] // or compose . (sin;asin)
|
||||
sin_asin 0.5
|
||||
0.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue