Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Arithmetic-Complex/Arturo/arithmetic-complex.arturo
Normal file
11
Task/Arithmetic-Complex/Arturo/arithmetic-complex.arturo
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
a: to :complex [1 1]
|
||||
b: to :complex @[pi 1.2]
|
||||
|
||||
print ["a:" a]
|
||||
print ["b:" b]
|
||||
|
||||
print ["a + b:" a + b]
|
||||
print ["a * b:" a * b]
|
||||
print ["1 / a:" 1 / a]
|
||||
print ["neg a:" neg a]
|
||||
print ["conj a:" conj a]
|
||||
Loading…
Add table
Add a link
Reference in a new issue