c_intrinsics_test


c_intrinsics_test, a C code which demonstrates intrinsic functions.

Licensing:

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

Languages:

c_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_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.

Reference:

  1. Samuel Harbison, Guy Steele,
    C: A Reference Manual,
    Third Edition,
    Prentice Hall, 1991,
    ISBN: 0-13-110933-2,
    LC: QA76.73.C15H38.
  2. Brian Kernighan, Dennis Ritchie,
    The C programming Language,
    Second Edition,
    Prentice Hall, 1988,
    ISBN: 0-13-110362-8,
    LC: QA76.73C15.K47.

Source Code:


Last revised on 24 June 2020.