BigInteger.Sqrt Method

Computes the integer square root of a number.

Definition

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

Parameters

value  BigInteger
A BigInteger.

Return Value

BigInteger
The square root of value, rounded down to the nearest integer.

See Also