Quad.Sqrt Method

Returns the square root of a number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad Sqrt(
	Quad value
)

Parameters

value  Quad
A quadruple-precision number.

Return Value

Quad
The square root of value.

Implements

IRootFunctions<TSelf>.Sqrt(TSelf)

Remarks

If value is negative, NaN is returned.

See Also