.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.Units.SI.Angle phi "arg of complex";
  output Complex c "= len*cos(phi) + j*len*sin(phi)";
end fromPolar;

Generated at 2020-06-05T21:39:08Z by OpenModelica 1.16.0~dev-442-g2e5bc9f