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