it?
If you want the later use the function for square root in standard math lib.
But if you want to implement it then you should start with googling how to implement a square root function...
sqrt(n) is giving nearest int for integer n, and error for float n;
1st one
Обсуждают сегодня