Sqrt function

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.QSharp.Foundation

Returns the square root of a specified number.

function Sqrt (d : Double) : Double

Input

d : Double

Output : Double

Remarks

See System.Math.Sqrt for more details.