Mercurial > hg > octave-max
view libcruft/slatec-fn/xbetai.f @ 11326:f46aeb3ea6b7
remove -lwsock32 from LIBS in configure for cygwin systems
author | Marco Atzeri <marco_atzeri@yahoo.it> |
---|---|
date | Thu, 09 Dec 2010 01:01:58 -0500 |
parents | 82be108cc558 |
children |
line wrap: on
line source
subroutine xbetai (x, a, b, result) external betai real x, a, b, result, betai result = betai (x, a, b) return end