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