f90_intrinsics_test


f90_intrinsics_test, a FORTRAN90 code which uses FORTRAN90 intrinsic functions and subroutines.

These functions may be broadly divided into groups of

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

f90_intrinsics_test is available in a C version and a C++ version and a FORTRAN90 version and a Python version.

Related Data and codes:

c_intrinsics_test, a C code which illustrates the use of intrinsic functions supplied by the C language.

cpp_intrinsics_test, a C++ code which illustrates the use of intrinsic functions supplied by the C++ language.

f90_stop_test, FORTRAN90 codes which illustrate how a FORTRAN90 code can print a text message or return a numeric code status value to the calling environment when executing the STOP statement.

g++_intrinsics_test, a C++ code which demonstrates some of the intrinsic functions provided by the G++ compiler.

gcc_intrinsics_test, a C code which tests or demonstrates intrinsic routines provided by the GCC compiler.

gfortran_intrinsics_test, a FORTRAN90 code which demonstrates the use of some of the intrinsic functions included with the GFORTRAN compiler.

Reference:

  1. Jeanne Adams, Walter Brainerd, Jeanne Martin, Brian Smith, Jerrold Wagener,
    Fortran90 Handbook,
    Complete ANSI/ISO Reference,
    McGraw Hill, 1992,
    ISBN: 0-07-000406-4.
  2. Miles Ellis, Ivor Philips, Thomas Lahey,
    Fortran90 codeming,
    Addison-Wesley, 1994,
    LC: QA76.73.F25E435,
    ISBN: 0-201-54446-6.

Source code:

Last revised on 11 July 2020.