I need to make a Math.Sqrt
calculation but it must support really big numbers so I'm trying to use BigInteger
but Math.Sqrt
doesn't support them.
Are there any other options? How can I do this calculation and result is double ?
Sample :
sqrt 5 = 2,2360679774997896964091736687313
sqrt 4789798765456456456 = xxxxx,xxxxxxxxxxx norm.