Group: comp.lang.fortran · Group Profile · Search for whole number constants in comp.lang.fortran
Author: robin
Date: Jul 21, 2008 22:34
...> This may be a dumb question but what is "best practice" when coding whole numbers in real (kind specified) formulas. I am looking for accuracy, consistancy and ...> real(dp), parameter :: onei = 1 For real constants that are exact integers and are small enough ... getting in the habit of using just plain constants is with dummy arguments. Here, you need ...
|