Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Convert.ComplexPolarAsComplex
function ComplexPolarAsComplex(input : ComplexPolar) : Complex
Summary
Converts a complex number of type ComplexPolar
to a complex
number of type Complex
.
Input
input
Complex number c = r⋅e^(t𝑖).
Output
Complex number c = x + y𝑖.