view libcruft/slatec-fn/xdacosh.f @ 5356:06585668a971 ss-2-9-3

[project @ 2005-05-18 17:20:31 by jwe]
author jwe
date Wed, 18 May 2005 17:20:32 +0000
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xdacosh (x, result)
      external dacosh
      double precision x, result, dacosh
      result = dacosh (x)
      return
      end