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
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:1