f90_intrinsics_test, a FORTRAN90 code which uses FORTRAN90 intrinsic functions and subroutines.
These functions may be broadly divided into groups of
The information on this web page is distributed under the MIT license.
f90_intrinsics_test is available in a C version and a C++ version and a FORTRAN90 version and a Python version.
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.