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