.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 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos