pub(super) const unsafe fn i128(n: i128) -> i128
Returns the integer square root of any nonnegative i128 input.
i128
This results in undefined behavior when the input is negative.