Mercurial > hg > octave-nkf
view libcruft/slatec-fn/xdacosh.f @ 11831:806c1e8a07c8 release-3-0-x
Treat PCRE lookbehind operators in a manner that is approximately correct
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 09 Sep 2008 12:36:53 -0400 |
parents | c0532bbaefd7 |
children |
line wrap: on
line source
subroutine xdacosh (x, result) external dacosh double precision x, result, dacosh result = dacosh (x) return end