Next: 5. Integer Division.
Up: Common Fortran Errors
Previous: 3. Decimal Point in
Be sure to use double precision constants if you want your program to
be truly double precision -- you must write 1.d0, not 1., for example.
Daniel Mitchell
1999-03-08