fortran

5 Results

Dictionary

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...

Dictionary

Definition: 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





Sponsored White Papers, Webcasts & Resources

  • Taking Measure of Talent

    Take a look at this white paper to hear The Harvard Business Review's take on measuring talent.

  • America's official U.S. government portal is also available in Spanish

    Like USA.gov, GobiernoUSA.gov is full of many resources. If you haven't looked around this important government resource, take some time to check it out.

    Blog posts | August 30, 2011 5:00am PDT

  • The (IEED) development environment

    IBM made a marketing driven choice to use Linux instead of BSD on Cell and hasn't yet developed array compilers to support that decision.

    Blog posts | August 8, 2007 12:15am PDT

  • Gallery: Intel releases new 10.0 compiler

    For C++ and Fortran developers, the compilers boast huge optimizations across a wide range of applications along with some basic auditing of code security.

  • Intel releases new 10.0 compiler

    Intel today has announced availability of the newest Intel 10.0 compilers for C++ and Fortran developers which boasts huge optimizations across a wide range of applications along with some basic...

    Blog posts | June 5, 2007 9:11am PDT

  • Hats off to the father of FORTRAN

    John W. Backus, who assembled and led the IBM team that created FORTRAN, died on Saturday at his home in Ashland, Ore. He was 82. His contribution to Education IT is enormous -- yet that...

    Blog posts | March 20, 2007 8:07pm PDT

Additional Results

  • America's official U.S. government portal is also available in Spanish

    Like USA.gov, GobiernoUSA.gov is full of many resources. If you haven't looked around this important government resource, take some time to check it out.

    Blog posts | August 30, 2011 5:00am PDT

  • The (IEED) development environment

    IBM made a marketing driven choice to use Linux instead of BSD on Cell and hasn't yet developed array compilers to support that decision.

    Blog posts | August 8, 2007 12:15am PDT

  • Gallery: Intel releases new 10.0 compiler

    For C++ and Fortran developers, the compilers boast huge optimizations across a wide range of applications along with some basic auditing of code security.

  • Intel releases new 10.0 compiler

    Intel today has announced availability of the newest Intel 10.0 compilers for C++ and Fortran developers which boasts huge optimizations across a wide range of applications along with some basic...

    Blog posts | June 5, 2007 9:11am PDT

  • Hats off to the father of FORTRAN

    John W. Backus, who assembled and led the IBM team that created FORTRAN, died on Saturday at his home in Ashland, Ore. He was 82. His contribution to Education IT is enormous -- yet that...

    Blog posts | March 20, 2007 8:07pm PDT

  • Sun's Fortran replacement goes open-source

    Good-bye Fortran, hello Fortress? Server maker seeks open-source help building alternative to decades-old programming language.

    News items | January 12, 2007 9:42pm PST

ie8 fix

The best of ZDNet, delivered

ZDNet Newsletters

Get the best of ZDNet delivered straight to your inbox

Facebook Activity

ie8 fix