BigInteger.Sqrt Method

Computes the integer square root of a number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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