Mercurial > hg > octave-nkf
view libcruft/slatec-fn/xdgamma.f @ 12992:0413227e407b
dMatrix.cc: Fix tests introduced by changeset f217edac2c71. Declare variables
Mt and rvt as shared, and increase tolerance for tests which fail on cygwin.
author | Marco atzeri <marco.atzeri@gmail.com> |
---|---|
date | Tue, 23 Aug 2011 20:58:54 -0400 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xdgamma (x, result) external dgamma double precision x, result, dgamma result = dgamma (x) return end