.Complex.'-'.negate

Unary minus (multiply complex number by -1)

Information

This function returns the binary minus of the given Complex number.

Interface

function negate
  import Complex;
  input Complex c1 "Complex number";
  output Complex c2 "= -c1";
end negate;

Generated at 2026-03-04T19:14:10Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos