ArcSin 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 sine is the specified number.

function ArcSin (y : Double) : Double

Input

y : Double

Output : Double

Remarks

See System.Math.Asin for more details.