PARANOIA
Kahan's Floating Point Test Program


PARANOIA is a FORTRAN90 program which checks properties of a computer's arithmetic, by William Kahan.

PARANOIA is a FORTRAN90 version of the PARANOIA program, originally written in BASIC (!), which tests the properties of the floating point arithmetic used on a computer. It is a more ambitious test than that carried out by MACHAR.

The original, true, correct version of PARANOIA is available in the PARANOIA subdirectory of the NETLIB web site. The version displayed here has been converted to FORTRAN90, and other internal changes have been made to suit me.

Languages:

PARANOIA is available in a C version and a FORTRAN90 version.

Related Data and Programs:

MACHAR, a FORTRAN90 library which computes the appropriate values of machine constants for a given machine.

MACHINE, a FORTRAN90 library which store the appropriate values of machine constants for a given machine.

Reference:

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 20 October 2007.