.Modelica.ComplexMath.fromPolar

Information

This function constructs a Complex number from its length (absolute) and angle (argument).

Interface

function fromPolar
  extends Modelica.Icons.Function;
  input Real len "abs of complex";
  input Modelica.SIunits.Angle phi "arg of complex";
  output Complex c "= len*cos(phi) + j*len*sin(phi)";
end fromPolar;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39