AbsComplex 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

Returns the absolute value of a complex number of type Complex.

function AbsComplex (input : Microsoft.Quantum.Math.Complex) : Double

Input

input : Complex

Complex number $c = x + i y$.

Output : Double

Absolute value $|c| = \sqrt{x^2 + y^2}$.