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:15
func squareRoot() -> BigUInt

Returns

floor(sqrt(self))