Mercurial > hg > octave-lyh
view libcruft/slatec-fn/xderf.f @ 7497:bb7cc90cdc5e
added describe command to pkg
author | carlo@guglielmo.local |
---|---|
date | Tue, 19 Feb 2008 19:23:58 -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