Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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