Date: Thu, 25 Sep 1997 10:16:12 +0000 ( ) From: "Gurunandan R. Bhat" To: Thomas Demmer Cc: djgpp AT delorie DOT com Subject: Re: Floating Point Exceptions ??? In-Reply-To: <34290334.30618995@LSTM.Ruhr-UNI-Bochum.De> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 24 Sep 1997, Thomas Demmer wrote: > The NiBBLeR wrote: > > Can somebody please tell what the reason could be ??? > > After taking a deep breath, relaxing into the infinity of the universe > and gathering all my pscychokinetic forces I came up with the following > answer: > It could be > - mixing %f and %lf in ?scanf() > - a dangling pointer pointing some integer or character that, > when seen as a float, makes only little, if any, sense. > - an old libm.a that has the bug in exp() > - virtually anything that may go wrong in programming. While you wait to exhale, let me add, quickly, one more - invalid arguments to math functions?