Andreas Enge on Wed, 14 Mar 2012 10:03:29 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

sqrtint for rationals


Would it be easy to extend sqrtint to rationals? I need it in my code and
think I could implement it as floor (sqrt ()); but whether this succeeds
depends on the floating point precision.

Andreas