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 Mike Lewis 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: *

  1. Emmo2010

    A question about Fortran

    Thank you for your valuable contributions. I used double precision and I got exact result: 1.00000000000000000 1.20000000000000000 . . . 3.00000000000000000 Thanks again
  2. 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