comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: 1e38 limit?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: 1e38 limit? [message #65326 is a reply to message #65323] Fri, 27 February 2009 09:39 Go to previous messageGo to previous message
Chris[6] is currently offline  Chris[6]
Messages: 84
Registered: July 2008
Member
The overflow, by itself, shouldn't result in an infinite process - idl
should just complain about floating point overflow maybe.

What COULD be happening is that you have a loop in your code. You are
using a floating point value as the loop variable, and incrementing it
by a number much smaller than itself. When that happens, there isn't
enough precision to store the difference between the numbers before
and after increment, and the loop variable stays the same forever.
It's actually a floating point UNDERFLOW.

Maybe? any floating point loops?

chris
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Why the font is smaller in the IDLgrBuffer ?
Next Topic: Why the font is smaller in the IDLgrBuffer ?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 03:57:43 PDT 2025

Total time taken to generate the page: 1.36617 seconds