GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
xdgamit.f
Go to the documentation of this file.
1  subroutine xdgamit (a, x, result)
2  external dgamit
3  double precision a, x, result, dgamit
4  result = dgamit(a, x)
5  return
6  end
subroutine xdgamit(a, x, result)
Definition: xdgamit.f:1