Calculates the approximate square root of a given bigint value.
The bigint value for which to calculate the square root.
The approximate square root of the given value.
BigSqrt(9n); // Returns 3n BigSqrt(100n); // Returns 10n Copy
BigSqrt(9n); // Returns 3n BigSqrt(100n); // Returns 10n
Generated using TypeDoc
Calculates the approximate square root of a given bigint value.