squareRoot

Returns the integer square root of a big integer; i.e., the largest integer whose square isn’t greater than value.

Square Root.swift:37
func squareRoot() -> BigInt

Returns

floor(sqrt(self))