GNU Octave  4.0.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
d1mach-tst.for
Go to the documentation of this file.
1  program main
2  integer i
3  double precision d1mach
4  double precision t1, t2
5  do 10 i = 1, 5
6  print *, d1mach(i)
7  10 continue
8  end
int main(int argc, char **argv)
Definition: main-cli.cc:32
virtual std::ostream & print(std::ostream &os) const =0