.Complex.'-'.negate

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 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos