sercantutar / infint

Arbitrary-Precision Integer Arithmetic
http://sercantutar.github.io/infint/
198 stars 48 forks source link

isqrt(1) = 0 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. std::cout << "sqrt(1) = " << InfInt::one.intSqrt() << std::endl;

What is the expected output? What do you see instead?
Should be 1, is 0.

What version of the product are you using? On what operating system?
Most recent, just downloaded a few hours ago. Mac OS X Mavericks.

Please provide any additional information below.

Original issue reported on code.google.com by C0deH4c...@gmail.com on 16 Feb 2014 at 4:09

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by sercan.t...@gmail.com on 27 Sep 2014 at 5:23

GoogleCodeExporter commented 9 years ago

Original comment by sercan.t...@gmail.com on 27 Sep 2014 at 5:38