Mercurial > hg > octave-max
view libcruft/slatec-fn/xderf.f @ 11263:c78247b664fc
allow private functions to find private functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 17 Nov 2010 14:38:17 -0500 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xderf (x, result) external derf double precision x, result, derf result = derf (x) return end