N
N
NeverWalkAloner2012-05-12 12:40:16
.NET
NeverWalkAloner, 2012-05-12 12:40:16

A library for extracting square roots of large numbers in C#?

Good day to all. The question actually is whether there is a c# library for extracting square roots from very large numbers. BigInteger and IntX are not suitable, because the square root functions in these libraries return the result rounded to the nearest integer. I would be very grateful for help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
deleted-mifki, 2012-05-12
@NeverWalkAloner

www.emilstefanov.net/Projects/GnuMpDotNet/

B
bitek, 2012-05-13
@bitek

If you only need to check whether the number is a perfect square, you can use your libraries to square the found rounded root and compare with the original number.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question