Mercurial > hg > octave-nkf
view libcruft/slatec-fn/xderfc.f @ 14775:4e86b0fa6c2d
Update contributers.
* doc/interpreter/contributors.in: Add John Hunt.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 15 Jun 2012 21:15:23 -0400 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xderfc (x, result) external derfc double precision x, result, derfc result = derfc (x) return end