isqrt(N: INT): INT
/**/ isqrt(16); 4 /**/ isqrt(99); 9 -- /**/ isqrt(-1); --> !!! ERROR !!! ERROR: Value must be non-negative isqrt(-1); ^^^^^^^^^