comp.lang.ada
 help / color / mirror / Atom feed
From: "Björn Persson" <spam-away@nowhere.nil>
Subject: Re: invalid parameter list
Date: Sun, 19 Feb 2006 16:21:22 GMT
Date: 2006-02-19T16:21:22+00:00	[thread overview]
Message-ID: <6W0Kf.45398$d5.201893@newsb.telia.net> (raw)
In-Reply-To: <uavfv1pjdorpim6lpu8sjfdlq4lmmn1jes@4ax.com>

Dennis Lee Bieber wrote:
> 	For the example data (12000 .. 15000, and chain length of 30) I
> encounter an overflow error.

Isaac probably doesn't know yet what an overflow is.

What Dennis is saying is that on his computer, this line:

                Sum := Sum + C + N / C;

sometimes fails because the sum becomes too big. Assuming Dennis hasn't 
changed the type of Sum, this means that sometimes the addition results 
in a sum that is greater than the upper limit of Integer, whatever that 
limit is on Dennis' platform.

I can show you ways around this problem, but first you should fix your 
implementation of Sum_Of_Divisors and get your program through the 
compiler. Once your program produces correct results for short chains 
we'll see if the Constraint_Error turns out to be a problem and what we 
can do about it.

You had a version of Sum_Of_Divisors that was correct but a bit 
inefficient. Then you replaced it with a version that's more efficient 
but incorrect. You need to fix it so that it always returns the same 
result as the first version you posted.

-- 
Bj�rn Persson                              PGP key A88682FD
                    omb jor ers @sv ge.
                    r o.b n.p son eri nu



  parent reply	other threads:[~2006-02-19 16:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-17 23:13 invalid parameter list isaac2004
2006-02-18  6:02 ` jimmaureenrogers
     [not found] ` <tfadv19pqf17h3prdhquk3e5f30j6vhdhl@4ax.com>
2006-02-18  8:04   ` isaac2004
2006-02-18 14:34     ` Björn Persson
2006-02-18 21:19       ` isaac2004
2006-02-18 23:31         ` Björn Persson
2006-02-18 23:34           ` Martin Dowie
2006-02-19  0:06             ` isaac2004
     [not found]               ` <dmlfv11b4qagaf3gec853k9on191576gqc@4ax.com>
2006-02-19  4:06                 ` isaac2004
     [not found]                   ` <uavfv1pjdorpim6lpu8sjfdlq4lmmn1jes@4ax.com>
2006-02-19 16:21                     ` Björn Persson [this message]
2006-02-19 15:54               ` Björn Persson
2006-02-19  0:15             ` Ada.Text_IO.Create (was: invalid parameter list) Björn Persson
2006-02-19  8:14               ` Ada.Text_IO.Create Martin Dowie
2006-02-19 19:45                 ` Ada.Text_IO.Create Jeffrey R. Carter
2006-02-19 21:49                   ` Ada.Text_IO.Create Larry Kilgallen
2006-02-20  6:09                     ` Ada.Text_IO.Create isaac2004
2006-02-20  6:43                       ` Ada.Text_IO.Create Gautier
     [not found]                       ` <3stiv1l39144oscbs5he2v6h5uvfmli03q@4ax.com>
2006-02-21 22:15                         ` Ada.Text_IO.Create isaac2004
2006-02-22  7:45                           ` Range error (was: Ada.Text_IO.Create) Björn Persson
2006-02-22  8:27                             ` Range error Björn Persson
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox