ComplexAsComplexPolar function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.Standard

Converts a complex number of type Complex to a complex number of type ComplexPolar.

function ComplexAsComplexPolar (input : Microsoft.Quantum.Math.Complex) : Microsoft.Quantum.Math.ComplexPolar

Input

input : Complex

Complex number $c = x + i y$.

Output : ComplexPolar

Complex number $c = r e^{i t}$.