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