MATH_INTRINSICS
Demonstration of Java Math Intrinsic Functions


MATH_INTRINSICS is a JAVA program which demonstrates the use of the intrinsic functions provided by the Java Math package.

Related Data and Programs:

F77_INTRINSICS is a FORTRAN77 program which illustrates the use of FORTRAN77 intrinsic functions.

F90_INTRINSICS is a FORTRAN90 program which illustrates the use of FORTRAN90 intrinsic functions.

G++_INTRINSICS, a C++ program which tests or demonstrates some of the intrinsic functions provided by the G++ compiler.

G77_INTRINSICS is a FORTRAN77 program which illustrates the use of intrinsic functions provided by the Gnu G77 compiler.

G95_INTRINSICS is a FORTRAN90 program which illustrates the use of intrinsic functions provided by the Gnu G95 compiler.

GCC_INTRINSICS, a C program which demonstrates or tests some of the intrinsic functions made available by the GCC compiler.

GFORTRAN_INTRINSICS is a FORTRAN77 program which illustrates the use of intrinsic functions provided by the Gnu GFORTRAN compiler.

XLF_INTRINSICS is a FORTRAN90 program which demonstrates the use of intrinsic functions supplied by the XLF compiler.

Reference:

  1. ???

Source Code:

Examples and Tests:

You can go up one level to the JAVA source codes.


Last revised on 27 June 2008.