Add all the A tasks
This commit is contained in:
parent
2dd7375f96
commit
051504d65b
1608 changed files with 18584 additions and 0 deletions
10
Task/Arithmetic-Complex/APL/arithmetic-complex.apl
Normal file
10
Task/Arithmetic-Complex/APL/arithmetic-complex.apl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
x←1j1 ⍝assignment
|
||||
y←5.25j1.5
|
||||
x+y ⍝addition
|
||||
6.25J2.5
|
||||
x×y ⍝multiplication
|
||||
3.75J6.75
|
||||
⌹x ⍝inversion
|
||||
0.5j_0.5
|
||||
-x ⍝negation
|
||||
¯1J¯1
|
||||
Loading…
Add table
Add a link
Reference in a new issue