GNU Octave  4.0.0
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
xdgamma.f
Go to the documentation of this file.
1  subroutine xdgamma (x, result)
2  external dgamma
3  double precision x, result, dgamma
4  result = dgamma(x)
5  return
6  end
subroutine xdgamma(x, result)
Definition: xdgamma.f:1