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
xdbetai.f
Go to the documentation of this file.
1  subroutine xdbetai (x, a, b, result)
2  external dbetai
3  double precision x, a, b, result, dbetai
4  result = dbetai(x, a, b)
5  return
6  end
subroutine xdbetai(x, a, b, result)
Definition: xdbetai.f:1
double precision function dbetai(X, PIN, QIN)
Definition: dbetai.f:3