G77_INTRINSICS
Examples of G77 Intrinsic Functions


G77_INTRINSICS is a FORTRAN77 program which demonstrates some of the intrinsic routines peculiar to the G77 FORTRAN compiler.

These functions are not listed in the FORTRAN standard; they are in some cases commonly available in C or C++ compilers.

Note that the G77 compiler is no longer being developed by Gnu. Instead, the GFORTRAN compiler has been produced, which can handle all the various dialects of FORTRAN. Users of G77 should consider using GFORTRAN instead.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

G77_INTRINSICS is available in a FORTRAN77 version.

Related Data and Programs:

C_INTRINSICS, a C program which illustrates the use of intrinsic functions supplied by the C language.

CPP_INTRINSICS, a C++ program which illustrates the use of intrinsic functions supplied by the C++ language.

F77_INTRINSICS, FORTRAN77 programs which includes some examples of the use of intrinsic functions included with the FORTRAN77 standard language.

F90_INTRINSICS, FORTRAN90 programs which includes some examples of the use of intrinsic functions defined as part of the FORTRAN90 standard.

G++_INTRINSICS, a C++ program which demonstrates some of the intrinsic functions provided by the G++ compiler.

G95_INTRINSICS, FORTRAN90 programs which includes some examples of the use of "extra" intrinsic functions defined as part of the G95 compiler.

GCC_INTRINSICS, a C program which demonstrates some of the intrinsic functions provided by the GCC compiler.

GFORTRAN_INTRINSICS, a FORTRAN77 program which demonstrates the use of some of the intrinsic functions included with the GFORTRAN compiler.

MATH_INTRINSICS a JAVA program which illustrates the use of the intrinsic functions in the Java Math package.

XLF_INTRINSICS, FORTRAN90 programs which includes some examples of the use of intrinsic functions peculiar to the IBM XLF FORTRAN compiler.

Reference:

  1. The Gnu FORTRAN page, http://www.gnu.org/software/fortran/fortran.html .

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 10 March 2008.