Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Emmo2010
  • Content: Threads
  • Order by date
  1. Emmo2010

    A question about Fortran

    I use Lahey Fortran 95 version 5.6 in my programming. Unfortunately, I do not know why I get Inaccurate result when I run my program. For example, after running the following code: PROGRAM TEST IMPLICIT NONE REAL:: A DO A=1.0,3.0,0.2 WRITE (*,*) A END DO END PROGRAM TEST I get the following...

Part and Inventory Search

Back
Top