Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.04 KB

microsoft.quantum.math.arccos.md

File metadata and controls

45 lines (26 loc) · 1.04 KB
uid title ms.date ms.topic qsharp.kind qsharp.namespace qsharp.name qsharp.summary
Microsoft.Quantum.Math.ArcCos
ArcCos function
7/28/2023 12:00:00 AM
managed-reference
function
Microsoft.Quantum.Math
ArcCos
Returns the angle whose cosine is the specified number.

ArcCos 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 cosine is the specified number.

function ArcCos (x : Double) : Double

Input

x : Double

Output : Double

Remarks

See System.Math.Acos for more details.