view libcruft/slatec-fn/xdacosh.f @ 5536:f16c05db6250 ss-2-9-4

[project @ 2005-11-11 19:53:51 by jwe]
author jwe
date Fri, 11 Nov 2005 19:53:52 +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