view libcruft/misc/d1mach-tst.for @ 11842:0b9c56b6bf0e release-3-0-x

partially sync Matrix::expm and ComplexMatrix::expm with development repo
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 19 Sep 2008 11:29:51 +0200
parents 5266e351a19c
children
line wrap: on
line source

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