Arithmetic/Complex: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Now uses new Wren-complex module.)
Line 101:
New_Line;
-- Conjugation
Put("-- Conjugate(-A) = ");
C := Conjugate (C); Put(C);
end Complex_Operations;</lang>