GNU Octave  3.8.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
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