.Complex.'-'.subtract

Information

This function returns the difference of two given Complex numbers.

Interface

function subtract
  import Complex;
  input Complex c1 "Complex number 1";
  input Complex c2 "Complex number 2";
  output Complex c3 "= c1 - c2";
end subtract;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos