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