Mercurial > hg > octave-lyh
view libcruft/slatec-fn/xdgamit.f @ 7583:1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 11 Mar 2008 23:12:17 -0400 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xdgamit (a, x, result) external dgamit double precision a, x, result, dgamit result = dgamit (a, x) return end