view libcruft/slatec-fn/xdgamit.f @ 9636:74be4b7273e4 ss-3-3-50

update version info for snapshot
author John W. Eaton <jwe@octave.org>
date Sat, 12 Sep 2009 06:55:13 -0400
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