Fastest method implementing number sqare root in string (1000000 digits)
- by Svisstack
Hello,
What is fastest algorithm implementing a square root of decimal contained in strings.
This decimal can have 1000000 digits.
Anyone can tell me something about it?