c_intrinsics_test, a C code which demonstrates intrinsic functions.
The information on this web page is distributed under the MIT license.
c_intrinsics_test is available in a C version and a C++ version and a Fortran90 version and a Python version.
c_operators, a C code which illustrates the use of some of the operators supplied by the C language.
cpp_intrinsics_test, a C++ code which illustrates the use of intrinsic functions supplied by the C++ language.
f77_intrinsics_test, a Fortran77 code which includes some examples of the use of intrinsic functions included with the Fortran77 standard language.
f90_intrinsics_test, a Fortran90 code which includes some examples of the use of intrinsic functions included with the Fortran90 standard language.
g++_intrinsics_test, a C++ code which demonstrates some of the intrinsic functions provided by the G++ compiler for C++.
g77_intrinsics_test, a Fortran77 code which includes some examples of the use of intrinsic functions included with the G77 compiler.
g95_intrinsics_test, a Fortran90 code which includes some examples of the use of intrinsic functions peculiar to the GNU G95 Fortran compiler.
gcc_intrinsics_test, a C++ code which demonstrates some of the intrinsic functions provided by the GCC compiler for C.
gfortran_intrinsics_test, a Fortran90 code which demonstrates the use of some of the intrinsic functions included with the GFortran compiler.
math_intrinsics, a JAVA code which illustrates the use of the intrinsic functions in the Java Math package.