ArcTan2 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.QSharp.Foundation

Returns the angle whose tangent is the quotient of two specified numbers.

function ArcTan2 (y : Double, x : Double) : Double

Input

y : Double

x : Double

Output : Double

Remarks

See System.Math.Atan2 for more details.