Function i128

Source
pub(super) const unsafe fn i128(n: i128) -> i128
Expand description

Returns the integer square root of any nonnegative i128 input.

ยงSafety

This results in undefined behavior when the input is negative.