view libcruft/slatec-fn/xderfc.f @ 5540:cda6a105ae9a before-ov-branch

[project @ 2005-11-17 05:47:13 by jwe]
author jwe
date Thu, 17 Nov 2005 05:47:13 +0000
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xderfc (x, result)
      external derfc
      double precision x, result, derfc
      result = derfc (x)
      return
      end