Mercurial > hg > octave-nkf
view libcruft/slatec-fn/xdgamma.f @ 12163:55ebf5df9ea6
Use Automake and GNU Make variables for increased portability in DLD-FUNCTIONS/*.oct creation
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 25 Jan 2011 21:38:05 -0800 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xdgamma (x, result) external dgamma double precision x, result, dgamma result = dgamma (x) return end