RosettaCodeData/Task/Arithmetic-Complex/Slate/arithmetic-complex.slate
2023-07-01 13:44:08 -04:00

11 lines
173 B
Text

[| a b |
a: 1 + 1 i.
b: Pi + 1.2 i.
print: a + b.
print: a * b.
print: a / b.
print: a reciprocal.
print: a conjugated.
print: a abs.
print: a negated.
].