Group: comp.lang.fortran · Group Profile · Search for Question about KIND in comp.lang.fortran
Author: John Harper
Date: Jan 15, 2008 17:12
....caltech.edu> wrote: James Giles wrote: KIND and KIND inquiry functions allow even greater portability ...: it does not test for different real kinds with different exponent ranges but the same precision....0) PRINT *,'There may be more real kinds' PRINT * DO i = 1,last IF(ikind(i...0) PRINT *,'There may be more integer kinds' END -- John Harper, School of Mathematics, Statistics ...
|