X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0cbfe12eb239d2fbfe95a3f798308f861bc6a819..c65df27983057ec76ed0e72bb370f9a5ae7dad28:/mptext-len.c diff --git a/mptext-len.c b/mptext-len.c index e9aee49..5baa389 100644 --- a/mptext-len.c +++ b/mptext-len.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mptext-len.c,v 1.1 2002/10/15 22:58:29 mdw Exp $ + * $Id: mptext-len.c,v 1.2 2004/04/08 01:36:15 mdw Exp $ * * Work out length of a number's string representation * @@ -27,14 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: mptext-len.c,v $ - * Revision 1.1 2002/10/15 22:58:29 mdw - * Fast estimation of number representation lengths. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "mp.h"