|
|
 |
| found 21 articles for 0.000 sec |
  |
Group: comp.lang.fortran · Group Profile · Search for Freal in comp.lang.fortran
Author: John Harper
Date: Jun 4, 2007 14:53
....com> wrote: On Jun 1, 11:52 am, Richard Edgar <r...@pas.rochester.edu> wrote: Michael Metcalf wrote: Default initialization to zero is A VERY BAD IDEA. G95 has the option -freal. From http://www.g95.org/docs.html, It also has -finteger. When debugging I use -finteger=-2109876543 because (unlike the real case) there is no integer nan or inf, -2109876543 is easy to recognise...
|
| Show full article (0.73Kb) |
Group: comp.lang.fortran · Group Profile · Search for Freal in comp.lang.fortran
Author: Beliavsky
Date: Jun 1, 2007 09:09
...t the nice guarantee which NaN provides. G95 has the option -freal. From http://www.g95.org/docs.html, -freal= Initialize uninitialized scalar real and complex variables. Legal values are none, zero, nan, ...Werror=113,115,137,146,147,159,163 - ftrace=full -fbounds-check -freal=nan -fmodule-private where the numeric warning numbers have the meanings below...
|
| Show full article (2.09Kb) |
Group: comp.lang.fortran · Group Profile · Search for Freal in comp.lang.fortran
Author: basu
Date: Apr 27, 2007 11:22
... n -flogical= Initialize uninitialized scalar logical variables. Legal values are none, true and false. -freal= Initialize uninitialized scalar real and complex variables. Legal values are none, zero, nan, inf, ... and -inf. When debugging, code should be cleaned up until the results for freal=zero and freal=inf (for example) are the same. I am using CVF as most of the members...
|
| Show full article (0.97Kb) |
Group: comp.lang.fortran · Group Profile · Search for Freal in comp.lang.fortran
Author: Beliavsky
Date: Apr 27, 2007 10:25
... scalar integer variables to n -flogical= Initialize uninitialized scalar logical variables. Legal values are none, true and false. -freal= Initialize uninitialized scalar real and complex variables. Legal values are none, zero, nan, inf, +inf and -inf. When debugging, code should be cleaned up until the results for freal=zero and freal=inf (for example) are the same.
|
| Show full article (2.04Kb) |
|
 |
|
1 ·
2 ·
3 ·
next |
|
|