c_intrinsics_test


c_intrinsics_test, a C code which demonstrates some of the intrinsic functions provided by the C language.

Licensing:

The computer code and data files described and made available on this web page are 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, a C++ code which illustrates the use of intrinsic functions supplied by the C++ language.

F77_INTRINSICS, FORTRAN77 codes which includes some examples of the use of intrinsic functions included with the FORTRAN77 standard language.

F90_INTRINSICS, FORTRAN90 codes which includes some examples of the use of intrinsic functions included with the FORTRAN90 standard language.

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

G77_INTRINSICS, FORTRAN77 examples which includes some examples of the use of intrinsic functions included with the G77 compiler.

G95_INTRINSICS, FORTRAN90 examples which includes some examples of the use of intrinsic functions peculiar to the GNU G95 FORTRAN compiler.

GCC_INTRINSICS, a C++ code which demonstrates some of the intrinsic functions provided by the GCC compiler for C.

GFORTRAN_INTRINSICS, 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.

XLF_INTRINSICS, FORTRAN90 examples which includes some examples of the use of intrinsic functions peculiar to the IBM XLF FORTRAN compiler.

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 codeming Language,
    Second Edition,
    Prentice Hall, 1988,
    ISBN: 0-13-110362-8,
    LC: QA76.73C15.K47.

Source Code:


Last revised on 24 June 2020.