.Complex.'+'

Information

This function returns the sum of two given Complex numbers.

Interface

encapsulated operator function '+'
  import Complex;
  input Complex c1 "Complex number 1";
  input Complex c2 "Complex number 2";
  output Complex c3 "= c1 + c2";
end '+';

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos