Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Sudan-function/APL/sudan-function.apl
Normal file
6
Task/Sudan-function/APL/sudan-function.apl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
sudan←{
|
||||
0∨.>⍺ ⍺⍺ ⍵:'Negative input'⎕SIGNAL 11
|
||||
⍺⍺=0:⍺+⍵
|
||||
⍵=0:⍺
|
||||
tm((⍺⍺-1)∇∇)⍵+tm←⍺∇⍵-1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue