Re: [fpc-pascal] real numbers infinity

2006-04-13 Thread Dimitrios Apostolou
Jonas Maebe wrote: SetExceptionMask([exDenormalized,exOverflow,exPrecision]); Thank you all for your answers, that will do just fine! Too bad though that it not that obvious in the documentation, which I browsed for many hours before posting to this list. Thank you, Dimitris _

[fpc-pascal] real numbers infinity

2006-04-10 Thread Dimitrios Apostolou
Hello list, when a real number overflows the program halts with EInvalidOp error. How can I make the program behave the more standard way, where the variable gets the value "inf" and execution continues normally? This is vital for many tasks, like fractal computation. example program: $ cat