Skip to content

Commit fa017c8

Browse files
committed
readme
1 parent 92d4a35 commit fa017c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
return element.ToString()[nth] - '0';
4545
}
4646
```
47-
47+
#### 69 Sqrt(x)
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, so declaring bas is long.
4852
---
4953
---
5054

0 commit comments

Comments
 (0)