GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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