fromPolarComplex from polar representation |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function constructs a Complex number from its length (absolute) and angle (argument).
len |
Type: Real Description: abs of complex |
---|---|
phi |
Type: Angle (rad) Description: arg of complex |
c |
Type: Complex Description: = len*cos(phi) + j*len*sin(phi) |
---|