Mercurial > hg > octave-nkf
view libcruft/slatec-fn/xdgami.f @ 9488:ee572cdd4b97
add configure checks for pthread library and compiler flags
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 05 Aug 2009 13:27:58 -0400 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xdgami (a, x, result) external dgami double precision a, x, result, dgami result = dgami (a, x) return end