gfortran_intrinsics_test, a FORTRAN90 code which illustrates some of the intrinsic routines peculiar to the GFORTRAN FORTRAN compiler.
These functions are not listed in the FORTRAN standard; they are in some cases commonly available in C or C++ compilers.
The information on this web page is distributed under the MIT license.
gfortran_intrinsics_test is available in a FORTRAN90 version.
c_intrinsics_test, a C program which illustrates the use of intrinsic functions supplied by the C language.
cpp_intrinsics_test, a C++ program which illustrates the use of intrinsic functions supplied by the C++ language.
f90_intrinsics_test, FORTRAN90 codes which include some examples of the use of intrinsic functions defined as part of the FORTRAN90 standard.
g++_intrinsics_test, a C++ program which demonstrates some of the intrinsic functions provided by the G++ compiler.
gcc_intrinsics_test, a C program which tests or demonstrates intrinsic routines provided by the GCC compiler.
gfortran_quadmath_test, a FORTRAN90 code which illustrates the use of quadruple precision real arithmetic provided on some systems by the Gnu GFORTRAN compiler.