Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,504,905,321 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

FORTRAN
(redirected from Fortran 2003)

   Also found in: Wikipedia, Hutchinson 0.07 sec.
FORTRAN: see programming language programming language, syntax, grammar, and symbols or words used to give instructions to a computer .

Development of Low-Level Languages



All computers operate by following machine language programs, a long sequence of instructions called machine code
..... Click the link for more information.
.

FORTRAN

Procedural computer programming language developed for numerical analysis by John W. Backus and others at IBM in 1957. The name derives from FORmula TRANslation. For many years it was the most widely used high-level language for scientific and engineering computations. Though other languages, such as various versions of C, are now popular for such uses, FORTRAN is still the language of choice for numerical analysis. It has been revised several times and now includes capabilities for handling structured data, dynamic (“on-the-fly”) data allocation, recursions (procedures that call themselves), and other features.


FORTRAN

(FORmula TRANslator) The first high-level programming language and compiler, developed in 1954 by IBM. It was originally designed to express mathematical formulas, and although it is used occasionally for business applications, it is still the most widely used language for scientific, engineering and mathematical problems.

FORTRAN IV is an ANSI standard, but FORTRAN V has various proprietary versions. The following FORTRAN example converts Fahrenheit to Celsius:

   WRITE(6,*) 'Enter Fahrenheit '
   READ(5,*) XFAHR
   XCENT = (XFAHR - 32) * 5 / 9
   WRITE(6,*) 'Celsius is ',XCENT
   STOP
   END


(language)Fortran - (Formula Translation) The first and, for a long time, the most widely used programming language for numerical and scientific applications. The original versions lacked recursive procedures and block structure and had a line-oriented syntax in which certain columns had special significance.

There have been a great many versions.

The name is often written "FORTRAN", harking back to the days before computers were taught about lower case, but ANSI decreed, in about 1985 via the ANSI FORTRAN Technical Committee TC, that it should be "Fortran".

See also: Fortrash.



How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
The new Absoft Fortran compilers support the full Fortran 95 specifications, many Fortran 2003 extensions, and can generate both 64-bit and 32-bit executables.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.