Function i16

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

Returns the integer square root of any nonnegative i16 input.

ยงSafety

This results in undefined behavior when the input is negative.