view libcruft/slatec-fn/xdgamit.f @ 7497:bb7cc90cdc5e

added describe command to pkg
author carlo@guglielmo.local
date Tue, 19 Feb 2008 19:23:58 -0500
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xdgamit (a, x, result)
      external dgamit
      double precision a, x, result, dgamit
      result = dgamit (a, x)
      return
      end