Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
7
Task/Arithmetic-derivative/APL/arithmetic-derivative.apl
Normal file
7
Task/Arithmetic-derivative/APL/arithmetic-derivative.apl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
lagarias←{
|
||||
⍵<0:-∇-⍵
|
||||
⍵∊0 1:0
|
||||
0=d←⊃1+⍸0=(1↓⍳⌊⍵*÷2)|⍵:1
|
||||
(n×∇d)+d×∇n←⍵÷d
|
||||
}
|
||||
lagarias¨ 20 10⍴¯100+⍳200
|
||||
Loading…
Add table
Add a link
Reference in a new issue