view libcruft/slatec-fn/xdatanh.f @ 7334:274d9642ac10 release-3-0-0

[project @ 2007-12-22 01:42:45 by jwe]
author jwe
date Sat, 22 Dec 2007 01:42:46 +0000
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xdatanh (x, result)
      external datanh
      double precision x, result, datanh
      result = datanh (x)
      return
      end