view libcruft/slatec-fn/xdacosh.f @ 4839:c1cdf2a32cdb ss-2-1-57

[project @ 2004-03-12 19:38:50 by jwe]
author jwe
date Fri, 12 Mar 2004 19:38:50 +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