Project

General

Profile

Bug #860

Updated by John Abbott about 8 years ago

Since the old impl of @RingTwinFloat::myIsInteger@ simply cimply called @myIsRational@ and then checked that the denominator was 1, and since it seemed to behave strangely sometimes (perhaps needless @InsuffPrec@ error?), do an optical check of the code to see if it is right.

Perhaps write some documentation about @myIsRational@ since the code is non-trivial?

Back