We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcffcf3 commit ee9deedCopy full SHA for ee9deed
README.md
@@ -48,7 +48,7 @@
48
* [Github:#69 Sqrt(x)](/Math/Math.Lib/Sqrtx.cs)
49
* [CSDN:#69 Sqrt(x)](http://blog.csdn.net/daigualu/article/details/72578272)
50
* Tips:
51
- * careful to prevent overflowing for bas*digits.
+ * careful to prevent overflowing! Again careful to **overflow**!
52
```C#
53
public int MySqrt(int x)
54
{
0 commit comments