Square root of integers #
This file defines the square root function on integers. int.sqrt z is the greatest integer r
such that r * r ≤ z. If z ≤ 0, then int.sqrt z = 0.
data.int.sqrt
This file defines the square root function on integers. int.sqrt z is the greatest integer r
such that r * r ≤ z. If z ≤ 0, then int.sqrt z = 0.