Customer Reviews


6 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


46 of 47 people found the following review helpful:
5.0 out of 5 stars Essential reference book
There are two types of essential books to be on your bookshelves. Books to learn from and books to reference.

This book is the essential reference. Once you learn Fortran, this is the book to turn to when you need to know the details of the language.

I find myself using this book over and over again for my research project. It's short, concise, absolutely...

Published on December 1, 1999 by Peter Jay Salzman

versus
15 of 20 people found the following review helpful:
2.0 out of 5 stars No Simple Explainations
If you are new to Fortran and learn by doing, this is not the book for you. It is difficult to find explainations in one location. For example, when writing out a variable to the screen, you may want spaces put into the output. Where do you find the "coding" for spaces? Well, it's hidden very well in an example 20 pages later from the original text on the...
Published on January 21, 2004 by Anthony Brinkley


Most Helpful First | Newest First

46 of 47 people found the following review helpful:
5.0 out of 5 stars Essential reference book, December 1, 1999
By 
This review is from: Fortran 90/95 Explained (Paperback)
There are two types of essential books to be on your bookshelves. Books to learn from and books to reference.

This book is the essential reference. Once you learn Fortran, this is the book to turn to when you need to know the details of the language.

I find myself using this book over and over again for my research project. It's short, concise, absolutely accurate and complete, making it the perfect book to have right next to your keyboard.

In response to the 1 star review, this is _not_ the book to learn the language from if you know nothing about Fortran, but it would be a serious mistake not to stock your bookshelf with this gem of a book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


34 of 35 people found the following review helpful:
4.0 out of 5 stars The first F90 book I reach for, November 29, 1999
By 
Shaun Forth (Oxfordshire, UK) - See all my reviews
This review is from: Fortran 90/95 Explained (Paperback)
In my opinion this book gives a thorough, yet concise account of the Fortran 90 programming language and its more recent Fortran 95 revision. Its virtue lies in its unambiguous definition of terms, programming constructs, function definitions etc. It is ideal for the experienced programmer who wants to know how to code a specific task in Fortran 90. It is most definitely not suitable, nor aimed at either the novice programmer or the programmer of the Fortran 66 era; both of whom need a slower, more example and algorithm driven, introduction to the Fortran of the 90's.

I have successfully used this book for teaching, but only to experienced Fortran 77 programmers eager to learn about the new language, and with the aid of highly structured lectures and supervised computer tutorial sessions. I would not recommend it for student self study.

As an experienced programmer, what I most like about this book is that I can look up a term in the index, be referred to a small number of entries in the text, and rest assured that in those few pages I have all the information I require on that topic. Other Fortran books I have read frequently do not document, or pay scant regard to, important features of the language such as optional arguments to I/O statements or generic function disambiguation.

If I were only allowed to keep just one Fortran 90 text book this would be the one.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


21 of 21 people found the following review helpful:
5.0 out of 5 stars Concentrated Acid for FORTRAN 95, April 7, 2002
This review is from: Fortran 90/95 Explained (Paperback)
For the experienced FORTRAN 77 programmer, this is the best book you can own for learning FORTRAN 90/95. Don't be fooled by its unimpressive size, the content is what's important and the only metaphor I can find is this: the contents of this little jewel are like concentrated acid. I'm not at all surprised the authors of Numerical Recipes in FORTRAN 95 site this book as their favorite reference. This book is not for the faint at heart, but then, what successful programmer is? This rare jewel combined with Adams, Brainard, Martin, Smith, and Wagener's "FORTRAN 95 Handbook" is all the aspiring FOTRAN 90/95 programmer needs.

One example of the many gold nuggets I found in this title that I could find mentioned almost nowhere else: Instead of declaring a function as EXTERNAL so that it may be used as an actual argument in a procedure reference, Metcalf and Reid recommend using an interface block in the scope of the procedure reference using the actual function name, and a similar interface block in the referenced procedure (using the dummy argument procedure name), thereby allowing the compiler to envoke all the checking associated with explicit interfaces. Using the EXTERNAL attribute for this scenario does not allow that depth of checking, and, indeed, Chapman makes it seem as if the EXTERNAL statement is required to pass a function name as an actual argument. Adam's et al write that the use of interface blocks makes this use of EXTERNAL effectively obsolescent (p 473).

I did have one problem with my edition of "FORTRAN 90/95 Explained", the index was bound incorrectly (the pages were out of sequence).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 20 people found the following review helpful:
2.0 out of 5 stars No Simple Explainations, January 21, 2004
By 
Anthony Brinkley (Sacramento, CA USA) - See all my reviews
This review is from: Fortran 90/95 Explained (Paperback)
If you are new to Fortran and learn by doing, this is not the book for you. It is difficult to find explainations in one location. For example, when writing out a variable to the screen, you may want spaces put into the output. Where do you find the "coding" for spaces? Well, it's hidden very well in an example 20 pages later from the original text on the "write" statement. Also, I am currently writing code and need to use the 'call' statement. Unfortunately, something as useful as the call statement is hard to find in this book. I have had a difficult time using this book as a reference without having to spend a lot of time going through the whole chapter to find the information I needed. Maybe it just needs to be organized differently.

I learn by looking at other people's coding and interpreting and investigating. This book does not lend itself very well to that type of method. Maybe it works for pure programmers, but I am an engineer and need results quickly. I hope this review helps you.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 12 people found the following review helpful:
4.0 out of 5 stars Fortran 90/95 Explained, December 1, 1999
By 
jacko koster (Bergen, Norway) - See all my reviews
This review is from: Fortran 90/95 Explained (Paperback)
Fortran 90/95 explained by Metcalf and Reid is a reference work that covers systematically all the fundamental concepts in the Fortran 90 and 95 programming language standard. The text is concise, yet it is sprinkled with examples. I consult the book often and usually find quickly what I am looking for.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 23 people found the following review helpful:
1.0 out of 5 stars Should be renamed F90 unexplained., November 2, 1999
By 
Thomas G Hewitt (Albuquerque NM USA) - See all my reviews
This review is from: Fortran 90/95 Explained (Paperback)
I bought this book because it was much cheaper than the other titles. Unfortunatly I got what I paid for. It just briefly mentions new features, and if you don't already understand them, you are lost.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Fortran 90/95 Explained
Fortran 90/95 Explained by Michael Metcalf (Paperback - August 26, 1999)
$29.50
In Stock
Add to cart Add to wishlist