.Complex.'*'.multiply

Information

This function returns the product of two given Complex numbers.

Interface

function multiply
  import Complex;
  input Complex c1 "Complex number 1";
  input Complex c2 "Complex number 2";
  output Complex c3 "= c1*c2";
end multiply;

Generated at 2025-01-02T19:26:01Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos