view libcruft/misc/d1mach-tst.for @ 1349:33cf1f36aec6

[project @ 1995-09-05 07:06:43 by jwe]
author jwe
date Tue, 05 Sep 1995 07:09:38 +0000
parents 73cc20a6976b
children 5266e351a19c
line wrap: on
line source

      program main
      integer i
      double precision d1mach
      do 10 i = 1, 5
        print *, d1mach (i)
   10 continue
      end