Module int_sqrt

These functions use the Karatsuba square root algorithm to compute the integer square root for the primitive integer types.

The signed integer functions can only handle nonnegative inputs, so that must be checked before calling those.

Functions

Constants

Macros