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.Math.ComplexPolar
struct ComplexPolar { Magnitude : Double, Argument : Double }
Summary
Represents a complex number in polar form. The polar representation of a complex number is c = r⋅𝑒^(t𝑖).
Named Items
Magnitude
The absolute value r>0 of c.
Argument
The phase t ∈ ℝ of c.