view libcruft/slatec-fn/xdasinh.f @ 6800:afbd31bb7b4e ss-2-9-13

[project @ 2007-07-25 20:54:34 by jwe]
author jwe
date Wed, 25 Jul 2007 20:54:34 +0000
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xdasinh (x, result)
      external dasinh
      double precision x, result, dasinh
      result = dasinh (x)
      return
      end