GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
xdlamch.f
Go to the documentation of this file.
1  subroutine xdlamch (cmach, retval)
2  character cmach
3  double precision retval, dlamch
4  retval = dlamch(cmach)
5  return
6  end
subroutine xdlamch(cmach, retval)
Definition: xdlamch.f:2