Project

General

Profile

Bug #895

Updated by John Abbott over 7 years ago

@NumDigits@ is a direct call to the CoCoALib fn called @NumDigits@ which is a direct call to the GMP fn @mpz_sizeinbase@; this last fn returns either eiher the correct result or the correct result PLUS ONE.

This ambiguity is inappropriate for a "high-level function" exposed to CoCoA-5 users.

Fix the situation!

Back