view libcruft/slatec-fn/xdatanh.f @ 5210:996a08a3eb06 ss-2-9-0

[project @ 2005-03-15 20:46:03 by jwe]
author jwe
date Tue, 15 Mar 2005 20:46:03 +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