Arithmetic/Complex: Difference between revisions

Content added Content deleted
Line 101: Line 101:
New_Line;
New_Line;
-- Conjugation
-- Conjugation
C := Conjugate (C);
Put("-- Conjugate(-A) = ");
C := Conjugate (C); Put(C);
end Complex_Operations;</lang>
end Complex_Operations;</lang>