.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-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos